X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=ca8992d32754844cb59dd38194a0a93215c3739c;hb=edf43868fd2ff1b8a487aa61230410d18844f278;hp=9cd784d0dfb46b7322d60b161ed894d55b060599;hpb=ff4079d54b1213d5e0d41da3c912c3c700bb644c;p=openssl-gost%2Fengine.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cd784d..ca8992d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,6 +81,7 @@ set(GOST_CORE_SOURCE_FILES gost_keywrap.h gost_lcl.h gost_params.c + gost_keyexpimp.c ) set(GOST_EC_SOURCE_FILES @@ -142,6 +143,11 @@ set(GOST_12_SUM_SOURCE_FILES add_executable(gost12sum ${GOST_12_SUM_SOURCE_FILES}) target_link_libraries(gost12sum gost_core) +add_executable(unit_expimp gost_keyexpimp.c e_gost_err.c) +target_compile_definitions(unit_expimp PUBLIC -DENABLE_UNIT_TESTS) +target_compile_definitions(unit_expimp PUBLIC -DOPENSSL_LOAD_CONF) +target_link_libraries(unit_expimp PUBLIC ${OPENSSL_CRYPTO_LIBRARY}) + set_source_files_properties(tags PROPERTIES GENERATED true) add_custom_target(tags COMMAND ctags -R . ${OPENSSL_ROOT_DIR}