diff options
Diffstat (limited to 'examples/client/CMakeLists.txt')
-rw-r--r-- | examples/client/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/client/CMakeLists.txt b/examples/client/CMakeLists.txt deleted file mode 100644 index ef00368..0000000 --- a/examples/client/CMakeLists.txt +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | project(sink_client) | ||
2 | |||
3 | include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) | ||
4 | |||
5 | add_executable(${PROJECT_NAME} main.cpp console.cpp) | ||
6 | target_link_libraries(${PROJECT_NAME} sink) | ||
7 | qt5_use_modules(${PROJECT_NAME} Widgets Network) | ||
8 | install(TARGETS ${PROJECT_NAME} ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) | ||