mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
Moved cmake instructions to correct files.
This commit is contained in:
parent
19f0d235de
commit
9e9cd41c27
@ -842,8 +842,7 @@ if (UNIX AND NOT APPLE)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
#Discord RPC
|
||||||
if(ENABLE_QT_GUI)
|
if(ENABLE_QT_GUI)
|
||||||
add_subdirectory(externals/discord-rpc)
|
|
||||||
target_link_libraries(shadps4 PRIVATE discord-rpc)
|
target_link_libraries(shadps4 PRIVATE discord-rpc)
|
||||||
include_directories(externals/discord-rpc/include)
|
|
||||||
endif()
|
endif()
|
7
externals/CMakeLists.txt
vendored
7
externals/CMakeLists.txt
vendored
@ -182,4 +182,11 @@ add_subdirectory(tracy)
|
|||||||
# pugixml
|
# pugixml
|
||||||
if (NOT TARGET pugixml::pugixml)
|
if (NOT TARGET pugixml::pugixml)
|
||||||
add_subdirectory(pugixml)
|
add_subdirectory(pugixml)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
#Discord RPC
|
||||||
|
if(ENABLE_QT_GUI)
|
||||||
|
set(BUILD_EXAMPLES OFF)
|
||||||
|
add_subdirectory(discord-rpc/)
|
||||||
|
target_include_directories(discord-rpc INTERFACE discord-rpc/include)
|
||||||
endif()
|
endif()
|
Loading…
Reference in New Issue
Block a user