[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

@@ -0,0 +1,12 @@
add_library(Hull)
target_sources(
Hull PUBLIC
FILE_SET CXX_MODULES FILES
hull.cpp
)
target_link_libraries(
Hull PUBLIC
OxStd
)