Files @ 9388d599156c
Branch filter:

Location: libtransport.git/backends/libcommuni/CMakeLists.txt

HanzZ
Store last tweet ID in database so all tweets are not forwarded on reconnect. Send proper timestamp of tweets
cmake_minimum_required(VERSION 2.6)
FILE(GLOB SRC *.cpp)
FILE(GLOB HEADERS *.h)
QT4_WRAP_CPP(SRC ${HEADERS})
ADD_EXECUTABLE(spectrum2_libcommuni_backend ${SRC})

target_link_libraries(spectrum2_libcommuni_backend ${IRC_LIBRARY} ${QT_LIBRARIES} transport pthread)

INSTALL(TARGETS spectrum2_libcommuni_backend RUNTIME DESTINATION bin)