mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 02:45:00 +00:00
Migrating from third-party to externals (#138)
* third-party migration to externals * Fix * Lower case for Linux
This commit is contained in:
parent
b0978f4168
commit
8cf64a33b2
17 changed files with 42 additions and 58 deletions
15
externals/CMakeLists.txt
vendored
15
externals/CMakeLists.txt
vendored
|
@ -67,6 +67,21 @@ add_subdirectory(robin-map EXCLUDE_FROM_ALL)
|
|||
# Xbyak
|
||||
add_subdirectory(xbyak EXCLUDE_FROM_ALL)
|
||||
|
||||
# MagicEnum
|
||||
add_subdirectory(magic_enum EXCLUDE_FROM_ALL)
|
||||
|
||||
# Toml11
|
||||
add_subdirectory(toml11 EXCLUDE_FROM_ALL)
|
||||
|
||||
# xxHash
|
||||
add_library(xxhash INTERFACE)
|
||||
target_include_directories(xxhash INTERFACE xxhash)
|
||||
|
||||
# Zydis
|
||||
option(ZYDIS_BUILD_TOOLS "" OFF)
|
||||
option(ZYDIS_BUILD_EXAMPLES "" OFF)
|
||||
add_subdirectory(zydis EXCLUDE_FROM_ALL)
|
||||
|
||||
# Winpthreads
|
||||
if (WIN32)
|
||||
add_subdirectory(winpthreads EXCLUDE_FROM_ALL)
|
||||
|
|
1
externals/magic_enum
vendored
Submodule
1
externals/magic_enum
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a2077c01c3071c12279b7ab40a19607647682d37
|
1
externals/toml11
vendored
Submodule
1
externals/toml11
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 85faca9cbe8d76324ff38c1801be44c63e12d5be
|
2
externals/vulkan-headers
vendored
2
externals/vulkan-headers
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 4bc77c26ff9ce89cf4a4f79e1c24a44604132d53
|
||||
Subproject commit 5677bafb820e476441e9e1f745371b72133407d3
|
1
externals/xxHash
vendored
Submodule
1
externals/xxHash
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit e9455b2c204df00f31200392f96ac12197de8bf0
|
1
externals/zydis
vendored
Submodule
1
externals/zydis
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit fd3e9a6cc8bdcc617b531feda186699e51664f76
|
Loading…
Add table
Add a link
Reference in a new issue