diff options
Diffstat (limited to 'src/core/stdssl')
-rw-r--r-- | src/core/stdssl/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/stdssl/CMakeLists.txt b/src/core/stdssl/CMakeLists.txt new file mode 100644 index 0000000000..ecc952031a --- /dev/null +++ b/src/core/stdssl/CMakeLists.txt @@ -0,0 +1,3 @@ +set(TARGET StdSSL) +include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) +target_link_libraries(${TARGET} secur32.lib crypt32.lib)
\ No newline at end of file |