mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 04:35:56 +00:00
Add discord RPC
This commit is contained in:
parent
16e2768df0
commit
f2b64e892b
5 changed files with 68 additions and 1 deletions
4
third-party/CMakeLists.txt
vendored
4
third-party/CMakeLists.txt
vendored
|
@ -29,6 +29,8 @@ add_subdirectory(${zydis_DIR})
|
|||
|
||||
#========== winpthreads ======================
|
||||
add_subdirectory(winpthread)
|
||||
#=================== discord-rpc ===================
|
||||
add_subdirectory(discord-rpc)
|
||||
#=================== IMGUI ===================
|
||||
|
||||
set(IMGUI_DIR ${CMAKE_CURRENT_SOURCE_DIR}/imgui)
|
||||
|
@ -58,6 +60,6 @@ find_package(OpenGL REQUIRED)
|
|||
target_link_libraries(IMGUI PUBLIC ${OPENGL_LIBRARIES})
|
||||
|
||||
|
||||
target_link_libraries(IMGUI PUBLIC SDL3-shared ${CMAKE_DL_LIBS} Zydis winpthread)
|
||||
target_link_libraries(IMGUI PUBLIC SDL3-shared ${CMAKE_DL_LIBS} Zydis winpthread discord-rpc)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue