From 61822acd67fb5fd7f7d73f0eacd4435e7ad23902 Mon Sep 17 00:00:00 2001 From: James Goppert Date: Thu, 9 Oct 2025 19:07:57 -0400 Subject: [PATCH] Add missing install prefix for install interface. Signed-off-by: James Goppert --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db86098..01da4f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ add_library(${PROJECT_NAME} ${LIB_TYPE} target_include_directories(${PROJECT_NAME} PUBLIC "$" - "$" + "$" PRIVATE "$/External/tinyxml2" )