[hull] Add start on command interpreter
This commit is contained in:
12
src/olympic/hull/CMakeLists.txt
Normal file
12
src/olympic/hull/CMakeLists.txt
Normal 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
|
||||
)
|
Reference in New Issue
Block a user