summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ef3420c..bb6df73 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -91,6 +91,7 @@ function(generate_flatbuffers _target)
91 91
92 ) 92 )
93 target_sources(${_target} PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/${fbs}_generated.h) 93 target_sources(${_target} PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/${fbs}_generated.h)
94 set_property(SOURCE ${fbs}_generated.h PROPERTY SKIP_AUTOMOC ON)
94 endforeach(fbs) 95 endforeach(fbs)
95endfunction(generate_flatbuffers) 96endfunction(generate_flatbuffers)
96 97