summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/CMakeLists.txt1
-rw-r--r--resource/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index 859f707..de5fdbf 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -5,6 +5,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
5set(toynadiclient_SRCS 5set(toynadiclient_SRCS
6 main.cpp 6 main.cpp
7 resourceaccess.cpp 7 resourceaccess.cpp
8 ../common/handshake_generated.h
8) 9)
9 10
10add_executable(${PROJECT_NAME} ${toynadiclient_SRCS}) 11add_executable(${PROJECT_NAME} ${toynadiclient_SRCS})
diff --git a/resource/CMakeLists.txt b/resource/CMakeLists.txt
index d74c705..c9980b8 100644
--- a/resource/CMakeLists.txt
+++ b/resource/CMakeLists.txt
@@ -5,6 +5,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
5set(toynadiresource_SRCS 5set(toynadiresource_SRCS
6 main.cpp 6 main.cpp
7 listener.cpp 7 listener.cpp
8 ../common/handshake_generated.h
8) 9)
9 10
10add_executable(${PROJECT_NAME} ${toynadiresource_SRCS}) 11add_executable(${PROJECT_NAME} ${toynadiresource_SRCS})