diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-07-29 15:34:54 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-08-01 09:45:04 (GMT) |
commit | e5d3ea22d49e6d85082306d1f73d0689a3fbca81 (patch) | |
tree | 49cb6cfcea887454bddab8e6cc79883a3351139d /Source/CMakeLists.txt | |
parent | a7d0fe9c24e111bc4f325d608b31fdf394c24602 (diff) | |
download | CMake-e5d3ea22d49e6d85082306d1f73d0689a3fbca81.zip CMake-e5d3ea22d49e6d85082306d1f73d0689a3fbca81.tar.gz CMake-e5d3ea22d49e6d85082306d1f73d0689a3fbca81.tar.bz2 |
cmStringAlgorithms: Add cmCatViews and cmStrCat functions
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 041c606..fe40af3 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -404,6 +404,7 @@ set(SRCS cmStateSnapshot.cxx cmStateSnapshot.h cmStateTypes.h + cmStringAlgorithms.cxx cmStringAlgorithms.h cmSystemTools.cxx cmSystemTools.h |