summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/CMakeLists.txt
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-08-02 20:52:19 (GMT)
committerBrad King <brad.king@kitware.com>2019-08-23 12:43:35 (GMT)
commit197c5e12adea2b7d72cf8bfa17e961b9428f5d57 (patch)
tree327b5c4d8a376a2712c9a5e11d7b5fc1c06ef63a /Tests/CMakeLib/CMakeLists.txt
parent170fcd715f586cfd6b9f741c0572d472e0abe8ed (diff)
downloadCMake-197c5e12adea2b7d72cf8bfa17e961b9428f5d57.zip
CMake-197c5e12adea2b7d72cf8bfa17e961b9428f5d57.tar.gz
CMake-197c5e12adea2b7d72cf8bfa17e961b9428f5d57.tar.bz2
Source: Add cm::optional
Diffstat (limited to 'Tests/CMakeLib/CMakeLists.txt')
-rw-r--r--Tests/CMakeLib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLib/CMakeLists.txt b/Tests/CMakeLib/CMakeLists.txt
index cd4dbc8..204810e 100644
--- a/Tests/CMakeLib/CMakeLists.txt
+++ b/Tests/CMakeLib/CMakeLists.txt
@@ -9,6 +9,7 @@ set(CMakeLib_TESTS
testGeneratedFileStream.cxx
testRST.cxx
testRange.cxx
+ testOptional.cxx
testString.cxx
testStringAlgorithms.cxx
testSystemTools.cxx