2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 15:51:22 +00:00

Update musyx

This commit is contained in:
Phillip Stephens 2025-04-04 12:29:23 -07:00
parent 8772938708
commit 4d9603183a
3 changed files with 3 additions and 2 deletions

View File

@ -223,7 +223,7 @@ add_executable(metaforce CMain.cpp ${PLAT_SRCS}
ImGuiControllerConfig.hpp ImGuiControllerConfig.cpp ImGuiControllerConfig.hpp ImGuiControllerConfig.cpp
ImGuiEntitySupport.hpp ImGuiEntitySupport.cpp) ImGuiEntitySupport.hpp ImGuiEntitySupport.cpp)
# RUNTIME_LIBRARIES repeated here for link ordering # 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) if (TARGET nfd)
target_link_libraries(metaforce PRIVATE nfd) target_link_libraries(metaforce PRIVATE nfd)
endif() endif()

View File

@ -42,3 +42,4 @@ endif ()
add_subdirectory(libjpeg-turbo EXCLUDE_FROM_ALL) add_subdirectory(libjpeg-turbo EXCLUDE_FROM_ALL)
add_subdirectory(zeus EXCLUDE_FROM_ALL) add_subdirectory(zeus EXCLUDE_FROM_ALL)
add_subdirectory(musyx EXCLUDE_FROM_ALL)

2
extern/musyx vendored

@ -1 +1 @@
Subproject commit a579f4d4abbac1c67fddf0d361291320f81a7b6c Subproject commit 7d44c93ac54d13f5ffaa89660aa28fcf5fb276e7