summaryrefslogtreecommitdiffstats
path: root/resource
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 /resource
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 'resource')
-rw-r--r--resource/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/resource/CMakeLists.txt b/resource/CMakeLists.txt
index c9980b8..d74c705 100644
--- a/resource/CMakeLists.txt
+++ b/resource/CMakeLists.txt
@@ -5,7 +5,6 @@ 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
9) 8)
10 9
11add_executable(${PROJECT_NAME} ${toynadiresource_SRCS}) 10add_executable(${PROJECT_NAME} ${toynadiresource_SRCS})