Lines Matching full:flatc
26 "Add '-fsanitize' flags to 'flattests' and 'flatc' targets."
106 src/flatc.cpp
322 add_executable(flatc ${FlatBuffers_Compiler_SRCS}) target
323 target_compile_options(flatc PRIVATE "${FLATBUFFERS_PRIVATE_CXX_FLAGS}")
325 add_fsanitize_to_target(flatc ${FLATBUFFERS_CODE_SANITIZE})
328 set(FLATBUFFERS_FLATC_EXECUTABLE $<TARGET_FILE:flatc>)
331 # Make flatc.exe not depend on runtime dlls for easy distribution.
332 target_compile_options(flatc PUBLIC $<$<CONFIG:Release>:/MT>)
335 target_link_libraries(flatc PRIVATE -static)
376 # --cpp-std is defined by flatc default settings.
390 DEPENDS flatc
411 DEPENDS flatc
420 # --cpp-std is defined by flatc default settings.
436 DEPENDS flatc
555 TARGETS flatc EXPORT FlatcTargets