From f78ec224f8fe0b33a723b3f80d33e3838ad4ad0e Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 25 Dec 2022 23:23:12 -0500 Subject: [PATCH] Cmake --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a11a2f9..316d35a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,4 +20,8 @@ endif() include_directories(include/) +message("Standard Files ${STD_FILES}") +message("Profiler Files ${PROFILING_FILES}") +message("Source: ${CMAKE_SOURCE_DIR}") + add_library(BLT ${STD_FILES} ${PROFILING_FILES})