summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2014-11-30 17:19:14 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2014-11-30 17:19:14 +0100
commit657ccee7b0a7e0cc3762aa529688b530ae82d3b0 (patch)
treeabc02844568949f512802695566307e9327f688f /client
parent5f1486a90d14a82848b517346aa9b2fd41d62265 (diff)
downloadsink-657ccee7b0a7e0cc3762aa529688b530ae82d3b0.tar.gz
sink-657ccee7b0a7e0cc3762aa529688b530ae82d3b0.zip
Added a custom target for generating flatbuffers to ensure they are always built.
That way we don't have to list the headers in the sources.
Diffstat (limited to 'client')
-rw-r--r--client/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index de5fdbf..859f707 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -5,7 +5,6 @@ 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
9) 8)
10 9
11add_executable(${PROJECT_NAME} ${toynadiclient_SRCS}) 10add_executable(${PROJECT_NAME} ${toynadiclient_SRCS})