diff --git a/backends/twitter/CMakeLists.txt b/backends/twitter/CMakeLists.txt index 0f2b6f27ea621c9e5f147744121fb71034bab4a5..f5ad1a9b434c6e05300fb6f77f38febfd60e099d 100644 --- a/backends/twitter/CMakeLists.txt +++ b/backends/twitter/CMakeLists.txt @@ -1,4 +1,6 @@ include_directories (${libtransport_SOURCE_DIR}/backends/twitter/libtwitcurl) FILE(GLOB SRC *.cpp libtwitcurl/*.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})