Refactor CMakeLists.txt and app.cmake

This commit is contained in:
scawful
2024-08-30 11:17:24 -04:00
parent 9c6d74544c
commit b1f235cd41
3 changed files with 5 additions and 5 deletions

View File

@@ -107,9 +107,9 @@ if (YAZE_BUILD_LIB)
install(
FILES
yaze.h
base/sprite.h
base/snes_color.h
base/overworld.h
incl/sprite.h
incl/snes_color.h
incl/overworld.h
DESTINATION include)
endif()
endif()