summaryrefslogtreecommitdiff
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-11-15 20:22:51 -0500
committerBrad King <brad.king@kitware.com>2011-11-16 10:15:44 -0500
commit73efd4a5044d2346e14d019197e2ddced3f9b7a8 (patch)
tree1fd775caba0a5504431c0cf6254b1991883eeef2 /Source/CMakeLists.txt
parentc1856a33d46384307884ab6ba6db886a7bca0fd2 (diff)
downloadcmake-73efd4a5044d2346e14d019197e2ddced3f9b7a8.tar.gz
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 284c84dd15..520573898f 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
)