Files
nostalgia/src/olympic/hull/CMakeLists.txt

13 lines
156 B
CMake

add_library(Hull)
target_sources(
Hull PUBLIC
FILE_SET CXX_MODULES FILES
hull.cpp
)
target_link_libraries(
Hull PUBLIC
OxStd
)