mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fix auto generated file path (#940)
This commit is contained in:
parent
13205a9d11
commit
29ee5e2c41
4
.gitignore
vendored
4
.gitignore
vendored
@ -18,3 +18,7 @@ CMakeCache.txt
|
||||
.directory
|
||||
*.pyc
|
||||
compile_commands.json
|
||||
|
||||
# Autogenerated by flatbuffers
|
||||
libsrc/flatbufserver/hyperion_reply_generated.h
|
||||
libsrc/flatbufserver/hyperion_request_generated.h
|
||||
|
@ -19,10 +19,9 @@ set(Flatbuffer_FBS
|
||||
${CURRENT_SOURCE_DIR}/hyperion_reply.fbs
|
||||
${CURRENT_SOURCE_DIR}/hyperion_request.fbs
|
||||
)
|
||||
|
||||
FOREACH(FBS_FILE ${Flatbuffer_FBS})
|
||||
compile_flattbuffer_schema(${FBS_FILE} ${CMAKE_CURRENT_BINARY_DIR})
|
||||
ENDFOREACH(FBS_FILE)
|
||||
compile_flattbuffer_schema(${FBS_FILE} ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
ENDFOREACH(FBS_FILE)
|
||||
|
||||
# let cmake know about new generated source files
|
||||
set_source_files_properties(
|
||||
|
Loading…
Reference in New Issue
Block a user