summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-11-16 01:22:51 (GMT)
committerBrad King <brad.king@kitware.com>2011-11-16 15:15:44 (GMT)
commit73efd4a5044d2346e14d019197e2ddced3f9b7a8 (patch)
tree1fd775caba0a5504431c0cf6254b1991883eeef2 /Source/CMakeLists.txt
parentc1856a33d46384307884ab6ba6db886a7bca0fd2 (diff)
downloadCMake-73efd4a5044d2346e14d019197e2ddced3f9b7a8.zip
CMake-73efd4a5044d2346e14d019197e2ddced3f9b7a8.tar.gz
CMake-73efd4a5044d2346e14d019197e2ddced3f9b7a8.tar.bz2
sha2: Build as part of CMakeLib
Mangle sha2 symbols to avoid conflict with system libs.
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 284c84d..5205738 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -261,6 +261,8 @@ SET(SRCS
cmakewizard.cxx
cmakewizard.h
+ cm_sha2.h
+ cm_sha2.c
cm_utf8.h
cm_utf8.c
)