diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index ded07af..1529d27 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -807,9 +807,9 @@ target_include_directories(crypto | |||
807 | dsa | 807 | dsa |
808 | evp | 808 | evp |
809 | modes | 809 | modes |
810 | ../include/compat | ||
810 | PUBLIC | 811 | PUBLIC |
811 | ../include | 812 | ../include) |
812 | ../include/compat) | ||
813 | 813 | ||
814 | if (BUILD_SHARED_LIBS) | 814 | if (BUILD_SHARED_LIBS) |
815 | export_symbol(crypto ${CMAKE_CURRENT_BINARY_DIR}/crypto_p.sym) | 815 | export_symbol(crypto ${CMAKE_CURRENT_BINARY_DIR}/crypto_p.sym) |