spectrum2/backends/twitter/CMakeLists.txt

9 lines
561 B
Text
Raw Normal View History

2012-05-23 14:33:08 +05:30
include_directories (${libtransport_SOURCE_DIR}/backends/twitter/libtwitcurl)
2012-06-02 20:10:42 +05:30
FILE(GLOB SRC *.cpp libtwitcurl/*.cpp Requests/*.cpp)
2012-08-07 08:49:21 +02:00
add_executable(spectrum2_twitter_backend ${SRC})
#add_executable(parser TwitterResponseParser.cpp test.cpp)
2012-08-07 08:49:21 +02:00
target_link_libraries(spectrum2_twitter_backend curl transport pthread ${Boost_LIBRARIES} ${SWIFTEN_LIBRARY} ${LOG4CXX_LIBRARIES})
#target_link_libraries(parser curl transport pthread sqlite3 ${Boost_LIBRARIES} ${SWIFTEN_LIBRARY} ${LOG4CXX_LIBRARIES})
2012-08-07 08:49:21 +02:00
INSTALL(TARGETS spectrum2_twitter_backend RUNTIME DESTINATION bin)