diff options
author | Brad King <brad.king@kitware.com> | 2014-02-28 14:48:36 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-02-28 14:48:36 (GMT) |
commit | e62102bef1c24c843e81e7c7da7a65c360afc7e3 (patch) | |
tree | 024628db16301b94d653bab465cd881c84b4dc68 /Help | |
parent | f23cc1d3d8a75b4406f61e24940d42758d3d663d (diff) | |
parent | ac42bca8330e0501d2fbf80dbe6d4d93234ba0c0 (diff) | |
download | CMake-e62102bef1c24c843e81e7c7da7a65c360afc7e3.zip CMake-e62102bef1c24c843e81e7c7da7a65c360afc7e3.tar.gz CMake-e62102bef1c24c843e81e7c7da7a65c360afc7e3.tar.bz2 |
Merge topic 'FindGTest-AUTO-SOURCES'
ac42bca8 Help: Add FindGTest-AUTO-SOURCES topic release notes
c50325b8 FindGTest: Optionally detect sources automatically (#14775)
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindGTest-AUTO-SOURCES.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/FindGTest-AUTO-SOURCES.rst b/Help/release/dev/FindGTest-AUTO-SOURCES.rst new file mode 100644 index 0000000..17b2a1b --- /dev/null +++ b/Help/release/dev/FindGTest-AUTO-SOURCES.rst @@ -0,0 +1,7 @@ +FindGTest-AUTO-SOURCES +---------------------- + +* The :module:`FindGTest` module ``gtest_add_tests`` macro learned + a new ``AUTO`` option to automatically read the :prop_tgt:`SOURCES` + target property of the test executable and scan the source files + for tests to be added. |