Add ioOp functions for Point and Bounds

This commit is contained in:
2017-10-12 16:09:36 -05:00
parent 507c894c15
commit 9c2e71045f
13 changed files with 136 additions and 65 deletions

View File

@@ -1,6 +1,3 @@
cmake_minimum_required(VERSION 2.8.11)
project(nostalgia)
add_executable(
nostalgia
@@ -34,12 +31,3 @@ install(
bin
)
if (NOSTALGIA_BUILD_TYPE STREQUAL "GBA")
install(
FILES
nostalgia.bin
DESTINATION
bin
)
endif()