ProcessOps
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user