1
0
mirror of https://github.com/CPunch/Laika.git synced 2026-01-22 01:50:27 +00:00

Statically link LibSodium, updated README

This commit is contained in:
2022-02-17 17:57:08 -06:00
parent fb731cfe48
commit 291c4479ff
2 changed files with 6 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ configure_file(${LIB_INCLUDEDIR}/lconfig.h.in ${LIB_INCLUDEDIR}/lconfig.h)
# Put CMake targets (ALL_BUILD/ZERO_CHECK) into a folder
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(sodium_USE_STATIC_LIBS)
set(sodium_USE_STATIC_LIBS ON)
find_package(Sodium)
# compile LaikaLib library