diff options
Diffstat (limited to 'ssl/CMakeLists.txt')
-rw-r--r-- | ssl/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index 173c3b5..f5d52f7 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt | |||
@@ -64,8 +64,9 @@ set( | |||
64 | add_library(ssl_obj OBJECT ${SSL_SRC}) | 64 | add_library(ssl_obj OBJECT ${SSL_SRC}) |
65 | target_include_directories(ssl_obj | 65 | target_include_directories(ssl_obj |
66 | PRIVATE | 66 | PRIVATE |
67 | ../crypto/bio | ||
68 | . | 67 | . |
68 | hidden | ||
69 | ../crypto/bio | ||
69 | ../include/compat | 70 | ../include/compat |
70 | PUBLIC | 71 | PUBLIC |
71 | ../include) | 72 | ../include) |