[nostalgia/geo] Make geo an object library

This commit is contained in:
Gary Talent 2022-03-19 19:40:35 -05:00
parent 3041ce55f6
commit 8e660f6b15

View File

@ -1,6 +1,6 @@
add_library( add_library(
NostalgiaGeo NostalgiaGeo OBJECT
vec.cpp vec.cpp
) )
@ -9,14 +9,6 @@ target_link_libraries(
OxStd OxStd
) )
install(
TARGETS
NostalgiaGeo
DESTINATION
LIBRARY DESTINATION lib/nostalgia
ARCHIVE DESTINATION lib/nostalgia
)
install( install(
FILES FILES
bounds.hpp bounds.hpp