mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
Add new directory property TEST_INCLUDE_FILES. This supersedes TEST_INCLUDE_FILE, though the latter is of course retained for compatibility. Basically, this is a list rather than a single file. This allows the feature to be used by generic utilities without conflicting with local use.
8 lines
258 B
ReStructuredText
8 lines
258 B
ReStructuredText
test_include_files
|
|
------------------
|
|
|
|
* A :prop_dir:`TEST_INCLUDE_FILES` directory property was added to
|
|
list any number of files to be included when running tests with
|
|
:manual:`ctest(1)`. This generalizes the :prop_dir:`TEST_INCLUDE_FILE`
|
|
property.
|