Cmake
parent
e5a1763e9b
commit
f78ec224f8
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue