move zelda3 directory to src from app

This commit is contained in:
scawful
2025-10-12 22:01:52 -04:00
parent 9c89ad5843
commit dc9b9d5d10
108 changed files with 2071 additions and 2072 deletions

View File

@@ -61,7 +61,7 @@ include(util/util.cmake)
include(app/gfx/gfx_library.cmake)
include(app/net/net_library.cmake)
include(app/gui/gui_library.cmake)
include(app/zelda3/zelda3_library.cmake)
include(zelda3/zelda3_library.cmake)
include(app/core/core_library.cmake)
# Include test support library BEFORE yaze_editor so it can link against it