Remove cryptoppwin submodule (#754)
This commit is contained in:
7
third_party/cryptoppwin/CMakeLists.txt
vendored
Normal file
7
third_party/cryptoppwin/CMakeLists.txt
vendored
Normal 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()
|
||||
Reference in New Issue
Block a user