X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=72fef26583671c8da4e6344ca69a2d7a1ed2a254;hb=39020b5190e34e53ac0204c49e5480824c6a248a;hp=b239827810d59e3482b2e0d1b5f1603de5deb2c1;hpb=12e45d176316c0cd843302418979188ee94216b6;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)