cmake/Help/command/set_directory_properties.rst

12 lines
345 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
set_directory_properties
------------------------
2018-10-28 12:09:07 +01:00
Set properties of the current directory and subdirectories in key-value pairs.
2014-08-03 19:52:23 +02:00
::
set_directory_properties(PROPERTIES prop1 value1 prop2 value2)
2018-10-28 12:09:07 +01:00
See :ref:`Directory Properties` for the list of properties known to CMake
and their individual documentation for the behavior of each property.