chore: Refactor CMakeLists.txt and app.cmake files for better organization

This commit is contained in:
scawful
2024-08-30 02:57:14 -04:00
parent 8b9a4a867f
commit 12ce96e533
10 changed files with 64 additions and 62 deletions

View File

@@ -1,4 +1,7 @@
include(app/core/core.cmake)
include(app/editor/editor.cmake)
include(app/gfx/gfx.cmake)
include(app/gui/gui.cmake)
include(app/zelda3/zelda3.cmake)
add_executable(