diff options
Diffstat (limited to 'Help/prop_sf/COMPILE_OPTIONS.rst')
-rw-r--r-- | Help/prop_sf/COMPILE_OPTIONS.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/prop_sf/COMPILE_OPTIONS.rst b/Help/prop_sf/COMPILE_OPTIONS.rst index 115ae99..157c0b0 100644 --- a/Help/prop_sf/COMPILE_OPTIONS.rst +++ b/Help/prop_sf/COMPILE_OPTIONS.rst @@ -6,7 +6,8 @@ List of additional options to pass to the compiler. This property holds a :ref:`;-list <CMake Language Lists>` of options and will be added to the list of compile flags when this source file builds. Use :prop_sf:`COMPILE_DEFINITIONS` to pass -additional preprocessor definitions. +additional preprocessor definitions and :prop_sf:`INCLUDE_DIRECTORIES` to pass +additional include directories. Contents of ``COMPILE_OPTIONS`` may use "generator expressions" with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual |