diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-11-30 14:09:05 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-11-30 14:09:05 +0100 |
commit | 5f1486a90d14a82848b517346aa9b2fd41d62265 (patch) | |
tree | 28dee274cea4e1f81cfddab8edeb628f91a6d0b7 | |
parent | 118c00aa711665f810e7fcc802b41f9868249586 (diff) | |
download | sink-5f1486a90d14a82848b517346aa9b2fd41d62265.tar.gz sink-5f1486a90d14a82848b517346aa9b2fd41d62265.zip |
add missing deps by hand
-rw-r--r-- | client/CMakeLists.txt | 1 | ||||
-rw-r--r-- | resource/CMakeLists.txt | 1 |
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}) | |||
5 | set(toynadiclient_SRCS | 5 | set(toynadiclient_SRCS |
6 | main.cpp | 6 | main.cpp |
7 | resourceaccess.cpp | 7 | resourceaccess.cpp |
8 | ../common/handshake_generated.h | ||
8 | ) | 9 | ) |
9 | 10 | ||
10 | add_executable(${PROJECT_NAME} ${toynadiclient_SRCS}) | 11 | add_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}) | |||
5 | set(toynadiresource_SRCS | 5 | set(toynadiresource_SRCS |
6 | main.cpp | 6 | main.cpp |
7 | listener.cpp | 7 | listener.cpp |
8 | ../common/handshake_generated.h | ||
8 | ) | 9 | ) |
9 | 10 | ||
10 | add_executable(${PROJECT_NAME} ${toynadiresource_SRCS}) | 11 | add_executable(${PROJECT_NAME} ${toynadiresource_SRCS}) |