Add build flag IA_BUILD_SAMPLES

This commit is contained in:
Isuru Samarathunga
2025-10-06 00:11:06 +05:30
parent b2f276a491
commit 71f7ff8a85
2 changed files with 5 additions and 2 deletions

View File

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