[nostalgia/geo] Rename library artifact to NostalgiaGeo

This commit is contained in:
Gary Talent 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( add_library(
NostalgiaCommon NostalgiaGeo
bounds.cpp bounds.cpp
vec.cpp vec.cpp
) )
target_link_libraries(
NostalgiaGeo
OxStd
)
install( install(
TARGETS TARGETS
NostalgiaCommon NostalgiaGeo
DESTINATION DESTINATION
LIBRARY DESTINATION lib/nostalgia LIBRARY DESTINATION lib/nostalgia
ARCHIVE DESTINATION lib/nostalgia ARCHIVE DESTINATION lib/nostalgia
@ -21,5 +26,5 @@ install(
size.hpp size.hpp
vec.hpp vec.hpp
DESTINATION DESTINATION
include/nostalgia/common include/nostalgia/geo
) )

View File

@ -8,8 +8,8 @@ target_link_libraries(
NostalgiaPack PUBLIC NostalgiaPack PUBLIC
OxClaw OxClaw
OxFS OxFS
NostalgiaCommon
NostalgiaCore NostalgiaCore
NostalgiaGeo
) )
install( install(