mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-09 13:19:00 +00:00
updates submodules to latest
This commit is contained in:
@@ -15,8 +15,8 @@ include_directories(third-party/sdl/)
|
||||
include_directories(third-party/fmt/include)
|
||||
include_directories(third-party/magic_enum/include)
|
||||
include_directories(third-party/zydis/include/Zydis)
|
||||
include_directories(third-party/winpthread/include)
|
||||
add_subdirectory("third-party")
|
||||
|
||||
#=================== EXAMPLE ===================
|
||||
|
||||
add_executable(shadps4
|
||||
@@ -37,10 +37,12 @@ add_executable(shadps4
|
||||
"src/Util/Singleton.h" "src/Util/Disassembler.cpp" "src/Util/Disassembler.h" "src/Util/StringUtil.h" "src/Core/PS4/Util/aerolib.h" "src/Core/PS4/Loader/SymbolsResolver.h" "src/Core/PS4/Loader/SymbolsResolver.cpp" "src/Core/PS4/HLE/Libs.cpp" "src/Core/PS4/HLE/Libs.h" "src/Core/PS4/HLE/LibC.cpp" "src/Core/PS4/HLE/LibC.h" "src/Lib/Timer.cpp" "src/Lib/Timer.h" "src/Core/PS4/HLE/LibKernel.cpp" "src/Core/PS4/HLE/LibKernel.h" "src/Core/PS4/HLE/LibSceVideoOut.cpp" "src/Core/PS4/HLE/LibSceVideoOut.h" "src/Core/PS4/HLE/LibSceGnmDriver.cpp" "src/Core/PS4/HLE/LibSceGnmDriver.h")
|
||||
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
||||
target_link_libraries(shadps4 PUBLIC fmt spdlog IMGUI SDL3-shared ${OPENGL_LIBRARY})
|
||||
|
||||
add_custom_command(TARGET shadps4 POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
$<TARGET_FILE:SDL3-shared>
|
||||
$<TARGET_FILE_DIR:shadps4>)
|
||||
add_custom_command(TARGET shadps4 POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
"${PROJECT_SOURCE_DIR}/third-party/winpthread/bin/libwinpthread-1.dll" $<TARGET_FILE_DIR:shadps4>)
|
||||
|
||||
2
third-party/SDL
vendored
2
third-party/SDL
vendored
Submodule third-party/SDL updated: 125e7420ec...27556e098e
2
third-party/fmt
vendored
2
third-party/fmt
vendored
Submodule third-party/fmt updated: de0757b578...661b23edeb
2
third-party/imgui
vendored
2
third-party/imgui
vendored
Submodule third-party/imgui updated: 4fab72b40e...52125a54a5
2
third-party/magic_enum
vendored
2
third-party/magic_enum
vendored
Submodule third-party/magic_enum updated: 5018ef9677...4904822db8
2
third-party/spdlog
vendored
2
third-party/spdlog
vendored
Submodule third-party/spdlog updated: 5a6b6cafa8...76dfc7e7c0
2
third-party/winpthread
vendored
2
third-party/winpthread
vendored
Submodule third-party/winpthread updated: e6a93f2050...918de958b7
2
third-party/zydis
vendored
2
third-party/zydis
vendored
Submodule third-party/zydis updated: d4c37ae7a9...a6d0c713b7
Reference in New Issue
Block a user