diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2016-09-01 11:08:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-02 13:18:59 (GMT) |
commit | b481ddb3df21e02e16038854ec7d256601717018 (patch) | |
tree | 4e2541ab88950213a938af7e5936492842fa98d1 /Source/CMakeLists.txt | |
parent | 0c46750d2c4cee401f1cda047a71b0e349678077 (diff) | |
download | CMake-b481ddb3df21e02e16038854ec7d256601717018.zip CMake-b481ddb3df21e02e16038854ec7d256601717018.tar.gz CMake-b481ddb3df21e02e16038854ec7d256601717018.tar.bz2 |
Add cmBase32Encoder class
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 8c74f60..6c3ebf5 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -166,6 +166,7 @@ endif() # set(SRCS cmArchiveWrite.cxx + cmBase32.cxx cmBootstrapCommands1.cxx cmBootstrapCommands2.cxx cmCacheManager.cxx |