[nostalgia/geo] Cleanup geo package

This commit is contained in:
2022-02-21 20:02:27 -06:00
parent 9b1275e704
commit 9bd10bac78
5 changed files with 59 additions and 75 deletions

View File

@@ -1,12 +1,11 @@
add_library(
NostalgiaGeo
bounds.cpp
vec.cpp
vec.cpp
)
target_link_libraries(
NostalgiaGeo
NostalgiaGeo PUBLIC
OxStd
)