This commit is contained in:
2025-12-03 01:08:36 +05:30
parent bd9d75e2a2
commit 4af30facaf
5 changed files with 166 additions and 19 deletions

View File

@ -65,6 +65,6 @@ 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()