Files @ 7c3533cd0cf3
Branch filter:

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

HanzZ
Merge branch 'master' of github.com:hanzz/libtransport
cmake_minimum_required(VERSION 2.6)

FILE(GLOB SRC *.c *.cpp)

ADD_EXECUTABLE(spectrum2_libyahoo2_backend ${SRC})

target_link_libraries(spectrum2_libyahoo2_backend transport pthread ${Boost_LIBRARIES} ${SWIFTEN_LIBRARY} ${LOG4CXX_LIBRARIES} ${YAHOO2_LIBRARY})

INSTALL(TARGETS spectrum2_libyahoo2_backend RUNTIME DESTINATION bin)