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. --- resource/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'resource') 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}) set(toynadiresource_SRCS main.cpp listener.cpp - ../common/handshake_generated.h ) add_executable(${PROJECT_NAME} ${toynadiresource_SRCS}) -- cgit v1.2.3