Files @ 3aff761db678
Branch filter:

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

Jan Kaluza
Do not send subscribe presence just because, but send it as response to probe presence
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)