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/)