This commit is contained in:
2025-11-29 09:45:08 +05:30
parent b8a613daa5
commit a6f88dff57
4 changed files with 38 additions and 31 deletions

View File

@ -64,9 +64,9 @@ if(IACore_BUILD_TESTS)
add_subdirectory(Tests)
endif()
# -------------------------------------------------
# ------------------------------------------------------------
# Local Development Sandboxes (not included in source control)
# -------------------------------------------------
if (EXISTS ".local")
add_subdirectory(.local)
# ------------------------------------------------------------
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.local")
add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/.local")
endif()