From 28777afe9e37eff5e2ded23fdaea5c734c087f06 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 26 Dec 2022 00:36:28 -0500 Subject: [PATCH] Cmake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 73fae51..7828cff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,3 +26,4 @@ message("Source: ${CMAKE_SOURCE_DIR}") message("Current Source: ${CMAKE_CURRENT_SOURCE_DIR}") add_library(BLT ${STD_FILES} ${PROFILING_FILES}) +target_include_directories(BLT PUBLIC include/)