]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - CMakeLists.txt
Rename the GOST engine
[openssl-gost/engine.git] / CMakeLists.txt
index 285bc2fb2466c44f8a44e5c37f4db6d09914bce0..4ee778fa35224cc39528f43da56bcb9ae9767b3b 100644 (file)
@@ -100,6 +100,7 @@ add_library(gost STATIC ${GOST_LIB_SOURCE_FILES})
 set_target_properties(gost PROPERTIES POSITION_INDEPENDENT_CODE ON)
 
 add_library(gost_engine MODULE ${GOST_ENGINE_SOURCE_FILES})
+set_target_properties(gost_engine PROPERTIES PREFIX "" OUTPUT_NAME "gost")
 
 target_link_libraries(gost_engine crypto gost)