From 588b78be69d21f36142f54e6e5e616065c49cbc7 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Fri, 18 Jul 2025 16:06:58 -0500 Subject: [PATCH] try adding target_include --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42a9325c..8ad116fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,4 +12,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) add_library(dawn STATIC src/funcs.c src/funcs.h -) \ No newline at end of file +) + +target_include_directories(dawn PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src) \ No newline at end of file