diff --git a/CMakeLists.txt b/CMakeLists.txt index 42a9325c..8495f8d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,5 +11,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