ProcessOps

This commit is contained in:
2025-11-26 22:12:49 +05:30
parent d9756df436
commit d24c7f3246
19 changed files with 497 additions and 317 deletions

View File

@ -50,3 +50,10 @@ add_subdirectory(Src/)
if(IACore_BUILD_TESTS)
add_subdirectory(Tests)
endif()
# -------------------------------------------------
# Local Development Sandboxes (not included in source control)
# -------------------------------------------------
if (EXISTS ".local")
add_subdirectory(.local)
endif()