We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d843e commit bc4450cCopy full SHA for bc4450c
.gitmodules
@@ -1,6 +1,3 @@
1
[submodule "msvc-deps/curl"]
2
path = msvc-deps/curl
3
url = https://github.com/bagder/curl.git
4
-[submodule "backends/twitter/rapidjson"]
5
- path = backends/twitter/rapidjson
6
- url = https://github.com/miloyip/rapidjson.git
backends/twitter/CMakeLists.txt
@@ -1,5 +1,4 @@
include_directories (${libtransport_SOURCE_DIR}/backends/twitter/libtwitcurl)
-include_directories (${libtransport_SOURCE_DIR}/backends/twitter/rapidjson/include)
FILE(GLOB SRC *.cpp libtwitcurl/*.cpp Requests/*.cpp)
add_executable(spectrum2_twitter_backend ${SRC})
backends/twitter/rapidjson
0 commit comments