diff options
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r-- | crypto/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 8956884..bb43432 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -1009,7 +1009,7 @@ target_include_directories(crypto_obj | |||
1009 | PUBLIC | 1009 | PUBLIC |
1010 | ../include) | 1010 | ../include) |
1011 | 1011 | ||
1012 | add_library(crypto $<TARGET_OBJECTS:crypto_obj>) | 1012 | add_library(crypto $<TARGET_OBJECTS:crypto_obj> empty.c) |
1013 | 1013 | ||
1014 | export_symbol(crypto ${CMAKE_CURRENT_BINARY_DIR}/crypto_p.sym) | 1014 | export_symbol(crypto ${CMAKE_CURRENT_BINARY_DIR}/crypto_p.sym) |
1015 | target_link_libraries(crypto ${PLATFORM_LIBS}) | 1015 | target_link_libraries(crypto ${PLATFORM_LIBS}) |