Files
ox/src/nostalgia/common/CMakeLists.txt
T
2017-10-12 04:52:46 -05:00

17 lines
205 B
CMake

add_library(
NostalgiaCommon
bounds.cpp
point.cpp
)
#install(TARGETS NostalgiaCommon DESTINATION lib)
install(
FILES
bounds.hpp
common.hpp
point.hpp
DESTINATION
include/nostalgia/common
)