mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-08 16:50:48 +00:00
Help: Document create_test_sourcelist source path convention
Document the change in commit a29ca55b1f (create_test_sourcelist: use
the full path to the driver, 2023-12-09, v3.29.0-rc1~264^2).
This commit is contained in:
@@ -19,6 +19,11 @@ large libraries to shrink the total required size.
|
|||||||
to build the test driver. The list will contain the ``<test>...`` sources
|
to build the test driver. The list will contain the ``<test>...`` sources
|
||||||
and the generated ``<driverName>`` source.
|
and the generated ``<driverName>`` source.
|
||||||
|
|
||||||
|
.. versionchanged:: 3.29
|
||||||
|
|
||||||
|
The test driver source is listed by absolute path in the build tree.
|
||||||
|
Previously it was listed only as ``<driverName>``.
|
||||||
|
|
||||||
``<driverName>``
|
``<driverName>``
|
||||||
Name of the test driver source file to be generated into the build tree.
|
Name of the test driver source file to be generated into the build tree.
|
||||||
The source file will contain a ``main()`` program entry point that
|
The source file will contain a ``main()`` program entry point that
|
||||||
|
|||||||
Reference in New Issue
Block a user