mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-13 10:06:10 +00:00
Update musyx
This commit is contained in:
@@ -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()
|
||||
|
||||
1
extern/CMakeLists.txt
vendored
1
extern/CMakeLists.txt
vendored
@@ -42,3 +42,4 @@ endif ()
|
||||
|
||||
add_subdirectory(libjpeg-turbo EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(zeus EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(musyx EXCLUDE_FROM_ALL)
|
||||
|
||||
2
extern/musyx
vendored
2
extern/musyx
vendored
Submodule extern/musyx updated: a579f4d4ab...7d44c93ac5
Reference in New Issue
Block a user