Add ioOp functions for Point and Bounds
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
add_library(
|
||||
NostalgiaWorld
|
||||
world.cpp
|
||||
)
|
||||
|
||||
#install(TARGETS NostalgiaCommon DESTINATION lib)
|
||||
install(
|
||||
FILES
|
||||
world.hpp
|
||||
DESTINATION
|
||||
include/nostalgia/world
|
||||
)
|
||||
Reference in New Issue
Block a user