
add_library(
	NostalgiaGeo OBJECT
        vec.cpp
)

target_link_libraries(
	NostalgiaGeo PUBLIC
		OxStd
)

install(
	FILES
		bounds.hpp
		geo.hpp
		point.hpp
		size.hpp
		vec.hpp
	DESTINATION
		include/nostalgia/geo
)
