diff --git a/backends/twitter/CMakeLists.txt b/backends/twitter/CMakeLists.txt new file mode 100644 index 0000000000000000000000000000000000000000..d090a5a08d523a4fb75ca75352189fa18a73e146 --- /dev/null +++ b/backends/twitter/CMakeLists.txt @@ -0,0 +1,6 @@ +include_directories (${libtransport_SOURCE_DIR}/backends/twitter/libtwitcurl) +FILE(GLOB SRC *.cpp libtwitcurl/*.cpp Requests/*.cpp) +add_executable(spectrum_twitter_backend ${SRC}) +#add_executable(parser TwitterResponseParser.cpp test.cpp) +target_link_libraries(spectrum_twitter_backend curl transport pthread sqlite3 ${Boost_LIBRARIES} ${SWIFTEN_LIBRARY} ${LOG4CXX_LIBRARIES}) +#target_link_libraries(parser curl transport pthread sqlite3 ${Boost_LIBRARIES} ${SWIFTEN_LIBRARY} ${LOG4CXX_LIBRARIES})