diff options
author | Regina Pfeifer <regina@mailbox.org> | 2019-03-23 22:45:41 +0100 |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2019-04-04 13:24:39 -0400 |
commit | 4359fe133b03aac5d0b0c1ed2aa98a49515edf56 (patch) | |
tree | 0092e4186bce033cd72135c4b1f7234a45d1bbb6 /Tests/CMakeLib/CMakeLists.txt | |
parent | 8c28e63cb4da99dbb894573a996c27e260b5baeb (diff) | |
download | cmake-4359fe133b03aac5d0b0c1ed2aa98a49515edf56.tar.gz |
Introduce cmArgumentParser
Diffstat (limited to 'Tests/CMakeLib/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLib/CMakeLists.txt b/Tests/CMakeLib/CMakeLists.txt index 91f7e2500b..031ab012df 100644 --- a/Tests/CMakeLib/CMakeLists.txt +++ b/Tests/CMakeLib/CMakeLists.txt @@ -5,6 +5,7 @@ include_directories( ) set(CMakeLib_TESTS + testArgumentParser.cxx testGeneratedFileStream.cxx testRST.cxx testRange.cxx |