sodium-native
Advanced tools
+20
-7
@@ -211,8 +211,7 @@ cmake_minimum_required(VERSION 3.25) | ||
| add_bare_module(sodium_native_bare) | ||
| add_library(sodium_extensions OBJECT) | ||
| target_sources( | ||
| ${sodium_native_bare} | ||
| sodium_extensions | ||
| PRIVATE | ||
| binding.cc | ||
| extensions/tweak/tweak.c | ||
@@ -225,8 +224,24 @@ extensions/tweak/tweak.h | ||
| target_link_libraries( | ||
| sodium_extensions | ||
| PUBLIC | ||
| sodium | ||
| ) | ||
| add_bare_module(sodium_native_bare) | ||
| target_sources( | ||
| ${sodium_native_bare} | ||
| PRIVATE | ||
| binding.cc | ||
| ) | ||
| target_link_libraries( | ||
| ${sodium_native_bare} | ||
| PRIVATE | ||
| $<TARGET_OBJECTS:sodium> | ||
| $<TARGET_OBJECTS:sodium_extensions> | ||
| jstl | ||
| PUBLIC | ||
| sodium | ||
| sodium_extensions | ||
| ) | ||
@@ -240,6 +255,2 @@ | ||
| binding.cc | ||
| extensions/tweak/tweak.c | ||
| extensions/tweak/tweak.h | ||
| extensions/pbkdf2/pbkdf2.c | ||
| extensions/pbkdf2/pbkdf2.h | ||
| ) | ||
@@ -257,5 +268,7 @@ | ||
| $<TARGET_OBJECTS:sodium> | ||
| $<TARGET_OBJECTS:sodium_extensions> | ||
| jstl | ||
| PUBLIC | ||
| sodium | ||
| sodium_extensions | ||
| ) | ||
@@ -262,0 +275,0 @@ |
+1
-1
| { | ||
| "name": "sodium-native", | ||
| "version": "5.0.7", | ||
| "version": "5.0.8", | ||
| "description": "Low level bindings for libsodium", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17367762
-0.01%