Window: add game icon and window events

This commit is contained in:
Hyper
2024-10-17 17:51:17 +01:00
parent 0f237c693d
commit 7b4caece2f
8 changed files with 981 additions and 2 deletions
+2
View File
@@ -16,6 +16,8 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
add_subdirectory(${SWA_THIRDPARTY_ROOT})
project("UnleashedRecomp-ALL")
include("thirdparty/PowerRecomp/cmake/bin2h.cmake")
# Include sub-projects.
add_subdirectory("UnleashedRecompLib")
add_subdirectory("UnleashedRecomp")