From 16fca77ff1b01b54cf43488e9bddff0bc0eb0913 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Fri, 2 Aug 2024 13:25:12 +0200 Subject: [PATCH] forgot the include dir --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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)