X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=ca8992d32754844cb59dd38194a0a93215c3739c;hb=a430c355a1d2eff5df6c96c7b6f928a609c2dd73;hp=32c7cf34d319d82b9aaa4aee3f168c1930562788;hpb=d8427b79e16a5c72edba109cff803e733fb1bf88;p=openssl-gost%2Fengine.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 32c7cf3..ca8992d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,7 +146,7 @@ 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 crypto) +target_link_libraries(unit_expimp PUBLIC ${OPENSSL_CRYPTO_LIBRARY}) set_source_files_properties(tags PROPERTIES GENERATED true) add_custom_target(tags