From 657ccee7b0a7e0cc3762aa529688b530ae82d3b0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 30 Nov 2014 17:19:14 +0100 Subject: 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. --- client/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'client') 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}) set(toynadiclient_SRCS main.cpp resourceaccess.cpp - ../common/handshake_generated.h ) add_executable(${PROJECT_NAME} ${toynadiclient_SRCS}) -- cgit v1.2.3