Add missing nostalgia directory level in src tree

This commit is contained in:
2017-05-12 17:55:18 -05:00
parent 1b9f8f40f4
commit bfc87b50b1
43 changed files with 22 additions and 19 deletions
+17
View File
@@ -0,0 +1,17 @@
cmake_minimum_required(VERSION 2.8.11)
add_library(
NostalgiaCommon
bounds.cpp
point.cpp
)
#install(TARGETS NostalgiaCommon DESTINATION lib)
install(
FILES
bounds.hpp
common.hpp
point.hpp
DESTINATION
include/wombat/common
)