chore: Refactor CMakeLists.txt and app.cmake files for better organization
This commit is contained in:
9
src/app/gui/gui.cmake
Normal file
9
src/app/gui/gui.cmake
Normal file
@@ -0,0 +1,9 @@
|
||||
set(
|
||||
YAZE_GUI_SRC
|
||||
app/gui/modules/asset_browser.cc
|
||||
app/gui/canvas.cc
|
||||
app/gui/input.cc
|
||||
app/gui/style.cc
|
||||
app/gui/color.cc
|
||||
app/gui/zeml.cc
|
||||
)
|
||||
Reference in New Issue
Block a user