1set_directory_properties 2------------------------ 3 4Set properties of the current directory and subdirectories. 5 6.. code-block:: cmake 7 8 set_directory_properties(PROPERTIES prop1 value1 [prop2 value2] ...) 9 10Sets properties of the current directory and its subdirectories in key-value pairs. 11 12See also the :command:`set_property(DIRECTORY)` command. 13 14See :ref:`Directory Properties` for the list of properties known to CMake 15and their individual documentation for the behavior of each property. 16