diff --git a/CMakeLists.txt b/CMakeLists.txt index 346c0cff..c71f1c37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ add_custom_command( VERBATIM ) -add_library(sodium OBJECT) +add_library(sodium STATIC) target_sources( sodium @@ -386,8 +386,6 @@ add_bare_module(sodium_native) target_sources( ${sodium_native} - PUBLIC - $ PRIVATE binding.c macros.h