mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 14:27:23 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
12 lines
372 B
ReStructuredText
12 lines
372 B
ReStructuredText
COMPILE_FLAGS
|
|
-------------
|
|
|
|
Additional flags to use when compiling this target's sources.
|
|
|
|
The COMPILE_FLAGS property sets additional compiler flags used to
|
|
build sources within the target. Use COMPILE_DEFINITIONS to pass
|
|
additional preprocessor definitions.
|
|
|
|
This property is deprecated. Use the COMPILE_OPTIONS property or the
|
|
target_compile_options command instead.
|