[nostalgia/geo] Rename library artifact to NostalgiaGeo
This commit is contained in:
parent
90723b718b
commit
f112f060c9
@ -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
|
||||
)
|
||||
|
@ -8,8 +8,8 @@ target_link_libraries(
|
||||
NostalgiaPack PUBLIC
|
||||
OxClaw
|
||||
OxFS
|
||||
NostalgiaCommon
|
||||
NostalgiaCore
|
||||
NostalgiaGeo
|
||||
)
|
||||
|
||||
install(
|
||||
|
Loading…
x
Reference in New Issue
Block a user