kde-playground/kaffeine/dtvdaemon/CMakeLists.txt
2015-09-03 05:30:13 +00:00

9 lines
264 B
CMake

set(dtvdaemon_SRCS
connection.cpp
dtvdaemon.cpp
log.cpp
main.cpp)
add_executable(dtvdaemon ${dtvdaemon_SRCS})
target_link_libraries(dtvdaemon ${QT_QTCORE_LIBRARY} ${QT_QTNETWORK_LIBRARY})
install(TARGETS dtvdaemon ${INSTALL_TARGETS_DEFAULT_ARGS})