diff options
author | Marc Chevrier <marc.chevrier@sap.com> | 2018-04-03 13:09:53 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@sap.com> | 2018-04-16 13:04:14 (GMT) |
commit | cdae12f8f86730e075598118ebe5fd2f11746af7 (patch) | |
tree | 9e8dfbd6dffbdcb571126f78346af549e176ce48 /Source/CMakeLists.txt | |
parent | 912c2a6c7f4c0e0f478740254d063f4f9cd2c892 (diff) | |
download | CMake-cdae12f8f86730e075598118ebe5fd2f11746af7.zip CMake-cdae12f8f86730e075598118ebe5fd2f11746af7.tar.gz CMake-cdae12f8f86730e075598118ebe5fd2f11746af7.tar.bz2 |
string() Refactoring: creates an helper for REGEX REPLACE
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index e23b070..a007098 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -557,6 +557,7 @@ set(SRCS cmSiteNameCommand.h cmSourceGroupCommand.cxx cmSourceGroupCommand.h + cmStringReplaceHelper.cxx cmStringCommand.cxx cmStringCommand.h cmSubdirCommand.cxx |