From 646f166f24145ca87f70c504f487d189a15caa5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Tue, 28 Oct 2025 10:53:37 +0100 Subject: [PATCH] build(cmake): use PROJECT_SOURCE_DIR for target includes --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c415b14..e6104371 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -195,10 +195,10 @@ target_sources(IPhreeqc target_include_directories(IPhreeqc PUBLIC - $ - $ - $ - $ + $ + $ + $ + $ $ )