diff --git a/CMakeLists.txt b/CMakeLists.txt index 9babac6..dad0935 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)