mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
9 lines
264 B
CMake
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})
|