1
1
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
2
- index b1ded85..50f934a 100644
3
2
--- a/crypto/CMakeLists.txt
4
3
+++ b/crypto/CMakeLists.txt
5
- @@ -1005 ,7 +1005 ,7 @@ target_include_directories(crypto
4
+ @@ -1026 ,7 +1026 ,7 @@ target_include_directories(crypto
6
5
export_symbol(crypto ${CMAKE_CURRENT_BINARY_DIR}/crypto_p.sym)
7
6
target_link_libraries(crypto ${PLATFORM_LIBS})
8
7
if (WIN32)
@@ -12,10 +11,9 @@ index b1ded85..50f934a 100644
12
11
set_target_properties(crypto PROPERTIES
13
12
OUTPUT_NAME crypto${CRYPTO_POSTFIX}
14
13
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt
15
- index 3310931..0066bff 100644
16
14
--- a/ssl/CMakeLists.txt
17
15
+++ b/ssl/CMakeLists.txt
18
- @@ -72 ,7 +72 ,7 @@ target_include_directories(ssl
16
+ @@ -89 ,7 +89 ,7 @@ target_include_directories(ssl
19
17
export_symbol(ssl ${CMAKE_CURRENT_SOURCE_DIR}/ssl.sym)
20
18
target_link_libraries(ssl crypto ${PLATFORM_LIBS})
21
19
if (WIN32)
@@ -25,10 +23,9 @@ index 3310931..0066bff 100644
25
23
set_target_properties(ssl PROPERTIES
26
24
OUTPUT_NAME ssl${SSL_POSTFIX}
27
25
diff --git a/tls/CMakeLists.txt b/tls/CMakeLists.txt
28
- index 9aa10e1..c0547b2 100644
29
26
--- a/tls/CMakeLists.txt
30
27
+++ b/tls/CMakeLists.txt
31
- @@ -58 ,7 +58 ,7 @@ target_include_directories(tls
28
+ @@ -56 ,7 +56 ,7 @@ target_include_directories(tls
32
29
export_symbol(tls ${CMAKE_CURRENT_BINARY_DIR}/tls.sym)
33
30
target_link_libraries(tls ${PLATFORM_LIBS})
34
31
if (WIN32)
0 commit comments