From 6b13a4ae305fd9e71d33c644e124db80327752a2 Mon Sep 17 00:00:00 2001 From: Maximilien Naveau Date: Tue, 5 Nov 2024 11:36:51 +0100 Subject: [PATCH] Fix the install dir in the target --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46e05c5..26c4dd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ add_library(${PROJECT_NAME} ) target_include_directories(${PROJECT_NAME} PUBLIC $ - $ + $ ) target_link_libraries(${PROJECT_NAME}