mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
16 lines
680 B
ReStructuredText
16 lines
680 B
ReStructuredText
test-properties-directory
|
|
-------------------------
|
|
|
|
* The ``TEST`` mode of the :command:`set_property` command gained a
|
|
``DIRECTORY`` sub-option, which allows you to set properties on tests in
|
|
other directories.
|
|
* The :command:`set_tests_properties` command gained a ``DIRECTORY``
|
|
sub-option, which allows you to set properties on tests in other
|
|
directories.
|
|
* The ``TEST`` mode of the :command:`get_property` command gained a
|
|
``DIRECTORY`` sub-option, which allows you to get properties on tests in
|
|
other directories.
|
|
* The :command:`get_test_property` command gained a ``DIRECTORY``
|
|
sub-option, which allows you to get properties on tests in other
|
|
directories.
|