mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 05:22:17 +00:00
Merge "Fix bug on flathash compilation option." into ub-games-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
fc7e8af55e
@@ -95,7 +95,7 @@ if(FLATBUFFERS_BUILD_FLATC)
|
|||||||
add_executable(flatc ${FlatBuffers_Compiler_SRCS})
|
add_executable(flatc ${FlatBuffers_Compiler_SRCS})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(FLATBUFFERS_BUILD_FLATC)
|
if(FLATBUFFERS_BUILD_FLATHASH)
|
||||||
add_executable(flathash ${FlatHash_SRCS})
|
add_executable(flathash ${FlatHash_SRCS})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user