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