Lines Matching refs:flatc
26 "Add '-fsanitize' flags to 'flattests' and 'flatc' targets."
42 "Enable precompile headers support for 'flatbuffers' and 'flatc'. \"
111 src/flatc.cpp
354 add_executable(flatc ${FlatBuffers_Compiler_SRCS}) target
356 add_pch_to_target(flatc include/flatbuffers/pch/flatc_pch.h)
358 target_compile_options(flatc PRIVATE "${FLATBUFFERS_PRIVATE_CXX_FLAGS}")
360 add_fsanitize_to_target(flatc ${FLATBUFFERS_CODE_SANITIZE})
363 set(FLATBUFFERS_FLATC_EXECUTABLE $<TARGET_FILE:flatc>)
366 # Make flatc.exe not depend on runtime dlls for easy distribution.
367 target_compile_options(flatc PUBLIC $<$<CONFIG:Release>:/MT>)
370 target_link_libraries(flatc PRIVATE -static)
414 # --cpp-std is defined by flatc default settings.
428 DEPENDS flatc
449 DEPENDS flatc
458 # --cpp-std is defined by flatc default settings.
474 DEPENDS flatc
597 TARGETS flatc EXPORT FlatcTargets