Source fix
parent
b2d8fddbdd
commit
90b12dac78
|
@ -7,13 +7,13 @@ option(BUILD_STD "Build the BLT standard utilities." ON)
|
|||
option(BUILD_PROFILING "Build the BLT profiler extension" ON)
|
||||
|
||||
if(${BUILD_STD})
|
||||
file(GLOB_RECURSE STD_FILES "${CMAKE_SOURCE_DIR}/src/blt/std/*.cpp")
|
||||
file(GLOB_RECURSE STD_FILES "${CMAKE_CURRENT_SOURCE_DIR}/src/blt/std/*.cpp")
|
||||
else()
|
||||
set(STD_FILES "")
|
||||
endif()
|
||||
|
||||
if(${BUILD_PROFILING})
|
||||
file(GLOB_RECURSE PROFILING_FILES "${CMAKE_SOURCE_DIR}/src/blt/profiling/*.cpp")
|
||||
file(GLOB_RECURSE PROFILING_FILES "${CMAKE_CURRENT_SOURCE_DIR}/src/blt/profiling/*.cpp")
|
||||
else()
|
||||
set(PROFILING_FILES "")
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue