forgot the include dir

This commit is contained in:
Green Sky 2024-08-02 13:25:12 +02:00
parent d1a8d502cb
commit 16fca77ff1
No known key found for this signature in database

View File

@ -13,6 +13,8 @@ add_library(p2prng
./src/p2prng.c
)
target_include_directories(p2prng PUBLIC ./src)
find_package(unofficial-sodium CONFIG QUIET)
find_package(sodium QUIET)
find_package(PkgConfig QUIET)