Remove cryptoppwin submodule (#754)

This commit is contained in:
wheremyfoodat
2025-06-10 00:16:19 +03:00
committed by GitHub
parent 5591606177
commit 6182d4cfe9
198 changed files with 51291 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
add_library(cryptoppwin SHARED IMPORTED GLOBAL)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
set_target_properties(cryptoppwin PROPERTIES IMPORTED_IMPLIB "${CMAKE_CURRENT_SOURCE_DIR}/lib/cryptlibd.lib")
else()
set_target_properties(cryptoppwin PROPERTIES IMPORTED_IMPLIB "${CMAKE_CURRENT_SOURCE_DIR}/lib/cryptlib.lib")
endif()