summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-07 13:24:33 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-03-07 13:24:37 (GMT)
commite66eec143c86cb36bc468b78583f689840156d99 (patch)
tree56039b52e3954e8306613621df9bf4864e384862 /Source/CMakeLists.txt
parent632534104c4c094d07ab085fc10f2e3e35961ae0 (diff)
parentaba92ffd92bb1cc4bbe898b7abe65347b0468d33 (diff)
downloadCMake-e66eec143c86cb36bc468b78583f689840156d99.zip
CMake-e66eec143c86cb36bc468b78583f689840156d99.tar.gz
CMake-e66eec143c86cb36bc468b78583f689840156d99.tar.bz2
Merge topic 'working-directory-fixes'
aba92ffd cmWorkingDirectory: use the new class 047a5e4d cmWorkingDirectory: add class for changing the workdir 89891bcb cmCTest, cmCTestCoverageHandler: remove cwd dance c3304fa5 OSXScriptLauncher: remove unused variable Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Brad King <brad.king@kitware.com> Merge-request: !540
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 5f2cbc3..59920f8 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -383,6 +383,8 @@ set(SRCS
cmVariableWatch.h
cmVersion.cxx
cmVersion.h
+ cmWorkingDirectory.cxx
+ cmWorkingDirectory.h
cmXMLParser.cxx
cmXMLParser.h
cmXMLSafe.cxx