🎉 begin project

This commit is contained in:
Maurice Grönwoldt 2025-05-29 13:21:19 +02:00
commit 8da6ddc689
29 changed files with 1261 additions and 0 deletions

5
Source/CMakeLists.txt Normal file
View file

@ -0,0 +1,5 @@
add_subdirectory(Core)
add_subdirectory(Input)
add_subdirectory(Platform)
add_subdirectory(Types)
add_module_sources(VUI.cppm)