diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-01 10:36:54 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-01 10:36:54 +0100 |
commit | af38dcdf3a836a1b94064a617acac387a2de6539 (patch) | |
tree | 7fc6c8b1b43dbbd12890e27a049931b445756098 /client/CMakeLists.txt | |
parent | 7cbf25f2f6d38efa384c7f8e0a5b2b2d274ebb00 (diff) | |
download | sink-af38dcdf3a836a1b94064a617acac387a2de6539.tar.gz sink-af38dcdf3a836a1b94064a617acac387a2de6539.zip |
ClientAPI is starting to work and has a first test.
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) | ||