mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 08:25:16 +00:00
merge 3rdparty libraries
This commit is contained in:
parent
4fff69a55f
commit
67ab3712b3
78 changed files with 403 additions and 405 deletions
16
3rdparty/yaml-cpp/CMakeLists.txt
vendored
Normal file
16
3rdparty/yaml-cpp/CMakeLists.txt
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
# We don't want to install yaml-cpp but its cmake file doesn't have option
|
||||
# to disable it...
|
||||
# So we just install it to a different directory
|
||||
set(YAML_CPP_INSTALL OFF CACHE BOOL "Don't install YAML")
|
||||
set(YAML_CPP_DISABLE_UNINSTALL ON CACHE BOOL "Disable yaml-cpp uninstall")
|
||||
|
||||
set(CMAKE_INSTALL_PREFIX_OLD ${CMAKE_INSTALL_PREFIX})
|
||||
set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/yaml-cpp_install)
|
||||
|
||||
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(yaml-cpp EXCLUDE_FROM_ALL)
|
||||
|
||||
set(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX_OLD})
|
||||
1
3rdparty/yaml-cpp/yaml-cpp
vendored
Submodule
1
3rdparty/yaml-cpp/yaml-cpp
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 456c68f452da09d8ca84b375faa2b1397713eaba
|
||||
Loading…
Add table
Add a link
Reference in a new issue