Brett 2022-12-25 23:23:12 -05:00
parent e5a1763e9b
commit f78ec224f8
1 changed files with 4 additions and 0 deletions

View File

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