Add build flag IA_BUILD_SAMPLES
This commit is contained in:
@ -9,4 +9,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
|
||||
|
||||
project(IACore)
|
||||
add_subdirectory(Src/IACore)
|
||||
add_subdirectory(Src/IACoreTest)
|
||||
|
||||
if(IA_BUILD_SAMPLES)
|
||||
add_subdirectory(Src/IACoreTest)
|
||||
endif()
|
||||
Reference in New Issue
Block a user