diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 46db626..b1ded85 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -968,6 +968,8 @@ if(EXTRA_EXPORT) | |||
968 | endforeach() | 968 | endforeach() |
969 | endif() | 969 | endif() |
970 | 970 | ||
971 | set(LIBTLS_EXTRA_EXPORT ${EXTRA_EXPORT} PARENT_SCOPE) | ||
972 | |||
971 | add_library(crypto_obj OBJECT ${CRYPTO_SRC}) | 973 | add_library(crypto_obj OBJECT ${CRYPTO_SRC}) |
972 | target_include_directories(crypto_obj | 974 | target_include_directories(crypto_obj |
973 | PRIVATE | 975 | PRIVATE |