[nostalgia/geo] Make geo an object library
This commit is contained in:
parent
3041ce55f6
commit
8e660f6b15
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
add_library(
|
add_library(
|
||||||
NostalgiaGeo
|
NostalgiaGeo OBJECT
|
||||||
vec.cpp
|
vec.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -9,18 +9,10 @@ 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
|
||||||
geo.hpp
|
geo.hpp
|
||||||
point.hpp
|
point.hpp
|
||||||
size.hpp
|
size.hpp
|
||||||
vec.hpp
|
vec.hpp
|
||||||
|
Loading…
Reference in New Issue
Block a user