From 8e660f6b15b688e3b8a84d621972014624a6ecf8 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 19 Mar 2022 19:40:35 -0500 Subject: [PATCH] [nostalgia/geo] Make geo an object library --- src/nostalgia/geo/CMakeLists.txt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/nostalgia/geo/CMakeLists.txt b/src/nostalgia/geo/CMakeLists.txt index baf6fbba..31e5f555 100644 --- a/src/nostalgia/geo/CMakeLists.txt +++ b/src/nostalgia/geo/CMakeLists.txt @@ -1,6 +1,6 @@ add_library( - NostalgiaGeo + NostalgiaGeo OBJECT vec.cpp ) @@ -9,18 +9,10 @@ target_link_libraries( OxStd ) -install( - TARGETS - NostalgiaGeo - DESTINATION - LIBRARY DESTINATION lib/nostalgia - ARCHIVE DESTINATION lib/nostalgia -) - install( FILES bounds.hpp - geo.hpp + geo.hpp point.hpp size.hpp vec.hpp