Update CMakeLists.txt to include snes_tile.h and dungeon.h; remove yaze_flags structure from yaze.h to simplify initialization

This commit is contained in:
scawful
2024-11-13 09:18:12 -05:00
parent f917929770
commit d1c84e7b91
2 changed files with 18 additions and 24 deletions

View File

@@ -123,11 +123,15 @@ if (YAZE_BUILD_LIB)
ARCHIVE DESTINATION lib/static)
install(
FILES
yaze.h
incl/sprite.h
incl/snes_color.h
incl/overworld.h
DESTINATION include)
FILES
yaze.h
incl/sprite.h
incl/snes_tile.h
incl/snes_color.h
incl/overworld.h
incl/dungeon.h
DESTINATION
include
)
endif()
endif()