diff options
Diffstat (limited to 'client/CMakeLists.txt')
-rw-r--r-- | client/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 859f707..20b00a5 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt | |||
@@ -11,3 +11,5 @@ add_executable(${PROJECT_NAME} ${toynadiclient_SRCS}) | |||
11 | target_link_libraries(${PROJECT_NAME} toynadicommon) | 11 | target_link_libraries(${PROJECT_NAME} toynadicommon) |
12 | qt5_use_modules(${PROJECT_NAME} Widgets Network) | 12 | qt5_use_modules(${PROJECT_NAME} Widgets Network) |
13 | install(TARGETS ${PROJECT_NAME} DESTINATION bin) | 13 | install(TARGETS ${PROJECT_NAME} DESTINATION bin) |
14 | |||
15 | add_subdirectory(test) | ||