diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2017-03-01 18:40:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-06 15:38:20 (GMT) |
commit | 047a5e4d6656f362151b855b34c259708b8419ba (patch) | |
tree | 46f04ad99217759e0fcc95e7cc3ab9c109d5d57c /Source/CMakeLists.txt | |
parent | 89891bcb9e226cc6216227634d0272adbc080c72 (diff) | |
download | CMake-047a5e4d6656f362151b855b34c259708b8419ba.zip CMake-047a5e4d6656f362151b855b34c259708b8419ba.tar.gz CMake-047a5e4d6656f362151b855b34c259708b8419ba.tar.bz2 |
cmWorkingDirectory: add class for changing the workdir
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 76b98fc..e47a2eb 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -381,6 +381,8 @@ set(SRCS cmVariableWatch.h cmVersion.cxx cmVersion.h + cmWorkingDirectory.cxx + cmWorkingDirectory.h cmXMLParser.cxx cmXMLParser.h cmXMLSafe.cxx |