From 0459cd66d42570f3a2cdfa51cbb4693175545d74 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 2 Mar 2020 13:02:21 +0100 Subject: [PATCH] Write include dir differently. --- lib/include/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/include/CMakeLists.txt b/lib/include/CMakeLists.txt index 21794ee..bd4ce25 100644 --- a/lib/include/CMakeLists.txt +++ b/lib/include/CMakeLists.txt @@ -9,7 +9,7 @@ target_sources(${PROJECT_NAME} target_include_directories(${PROJECT_NAME} PUBLIC - "$" + "$" "$" "$")