]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - CMakeLists.txt
Bugfix - carry bit overflow
[openssl-gost/engine.git] / CMakeLists.txt
index b239827810d59e3482b2e0d1b5f1603de5deb2c1..72fef26583671c8da4e6344ca69a2d7a1ed2a254 100644 (file)
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 2.8)
-project(ccgost)
+project(ccgost C)
 
 if (CMAKE_C_COMPILER_ID MATCHES "Clang")
    message(STATUS "Using Clang and adding -Qunused-arguments flag")
@@ -121,6 +121,6 @@ set(GOST_SUM_12_SOURCE_FILES
         gostsum12.c
         )
 
-add_executable(gostsum12 ${GOST_SUM_12_SOURCE_FILES})
-
-target_link_libraries(gostsum12 gost)
+#add_executable(gostsum12 ${GOST_SUM_12_SOURCE_FILES})
+#
+#target_link_libraries(gostsum12 gost)