From 5deea3e4fc5dba9575fab733b145114460bfc036 Mon Sep 17 00:00:00 2001 From: Derek Slaughter Date: Wed, 25 Sep 2024 19:34:41 +0000 Subject: [PATCH] Add correct path to installed map includes --- modules/map/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/map/CMakeLists.txt b/modules/map/CMakeLists.txt index 9b9535205d..5f82519a62 100644 --- a/modules/map/CMakeLists.txt +++ b/modules/map/CMakeLists.txt @@ -42,13 +42,13 @@ add_library(mappplib STATIC target_sources( mappplib PUBLIC - $ + $/include/mappp/MAP_Types.h> $ - $ + $/include/mappp/mapsys.h> $ - $ + $/include/mappp/maperror.h> $ - $ + $/include/mappp/mapapi.h> $ ) target_link_libraries(mappplib nwtclibs)