[nostalgia/geo] Rename library artifact to NostalgiaGeo

This commit is contained in:
2022-02-13 12:07:18 -06:00
parent 90723b718b
commit f112f060c9
2 changed files with 9 additions and 4 deletions

View File

@@ -1,13 +1,18 @@
add_library(
NostalgiaCommon
NostalgiaGeo
bounds.cpp
vec.cpp
)
target_link_libraries(
NostalgiaGeo
OxStd
)
install(
TARGETS
NostalgiaCommon
NostalgiaGeo
DESTINATION
LIBRARY DESTINATION lib/nostalgia
ARCHIVE DESTINATION lib/nostalgia
@@ -21,5 +26,5 @@ install(
size.hpp
vec.hpp
DESTINATION
include/nostalgia/common
include/nostalgia/geo
)