X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=72fef26583671c8da4e6344ca69a2d7a1ed2a254;hb=69fd79e35b8e8a56c9d2a37681244b4a7771f4b9;hp=b239827810d59e3482b2e0d1b5f1603de5deb2c1;hpb=871d031dfe7f3c411d8a9846edddf3f312eb01ac;p=openssl-gost%2Fengine.git diff --git a/CMakeLists.txt b/CMakeLists.txt index b239827..72fef26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)