This commit is contained in:
2023-03-06 22:04:47 -08:00
parent 2271d8f4e2
commit 95e5aa1eeb
6 changed files with 61 additions and 16 deletions

View File

@ -9,6 +9,7 @@ target_sources(${DAWN_TARGET_NAME}
UICanvas.cpp
UIComponent.cpp
UILabel.cpp
UIMenuController.cpp
)
tool_scenecomponent(UICanvas scene/components/ui/UICanvas.hpp)