[hull] Add start on command interpreter

This commit is contained in:
2025-07-26 18:29:51 -05:00
parent 08b9508d83
commit 16886cdf1c
3 changed files with 113 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ else()
endif()
add_subdirectory(applib)
if(NOT APPLE)
add_subdirectory(hull)
endif()
add_subdirectory(keel)
add_subdirectory(turbine)
if(${OLYMPIC_BUILD_STUDIO})