From 4d9603183a2b2e670e20e01b6d0143b49bcbb83b Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Fri, 4 Apr 2025 12:29:23 -0700 Subject: [PATCH] Update musyx --- Runtime/CMakeLists.txt | 2 +- extern/CMakeLists.txt | 1 + extern/musyx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Runtime/CMakeLists.txt b/Runtime/CMakeLists.txt index 8945f0773..2e13e083c 100644 --- a/Runtime/CMakeLists.txt +++ b/Runtime/CMakeLists.txt @@ -223,7 +223,7 @@ add_executable(metaforce CMain.cpp ${PLAT_SRCS} ImGuiControllerConfig.hpp ImGuiControllerConfig.cpp ImGuiEntitySupport.hpp ImGuiEntitySupport.cpp) # RUNTIME_LIBRARIES repeated here for link ordering -target_link_libraries(metaforce PUBLIC RuntimeCommon RuntimeCommonB ${RUNTIME_LIBRARIES} ${PLAT_LIBS} aurora::main) +target_link_libraries(metaforce PUBLIC RuntimeCommon RuntimeCommonB ${RUNTIME_LIBRARIES} ${PLAT_LIBS} aurora::main musyx) if (TARGET nfd) target_link_libraries(metaforce PRIVATE nfd) endif() diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt index 3b76399e5..4e6657c50 100644 --- a/extern/CMakeLists.txt +++ b/extern/CMakeLists.txt @@ -42,3 +42,4 @@ endif () add_subdirectory(libjpeg-turbo EXCLUDE_FROM_ALL) add_subdirectory(zeus EXCLUDE_FROM_ALL) +add_subdirectory(musyx EXCLUDE_FROM_ALL) diff --git a/extern/musyx b/extern/musyx index a579f4d4a..7d44c93ac 160000 --- a/extern/musyx +++ b/extern/musyx @@ -1 +1 @@ -Subproject commit a579f4d4abbac1c67fddf0d361291320f81a7b6c +Subproject commit 7d44c93ac54d13f5ffaa89660aa28fcf5fb276e7