mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
yaml-cpp: update submodule and build integration
This commit is contained in:
parent
4db0cf005b
commit
14dc1fead6
15 changed files with 26 additions and 22 deletions
|
|
@ -55,6 +55,11 @@ else()
|
|||
#list(APPEND LIBS hidapi-libusb)
|
||||
endif()
|
||||
|
||||
set(YAML_CPP_BUILD_TESTS OFF CACHE BOOL "Enable testing" FORCE)
|
||||
set(YAML_CPP_BUILD_TOOLS OFF CACHE BOOL "Enable parse tools" FORCE)
|
||||
set(YAML_CPP_BUILD_CONTRIB OFF CACHE BOOL "Enable contrib stuff in library" FORCE)
|
||||
add_subdirectory(3rdparty/yaml-cpp EXCLUDE_FROM_ALL)
|
||||
|
||||
set(XXHASH_BUNDLED_MODE ON)
|
||||
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Make xxHash build static libs")
|
||||
add_subdirectory(3rdparty/xxHash/cmake_unofficial)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue