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