Migrating from third-party to externals (#138)

* third-party migration to externals

* Fix

* Lower case for Linux
This commit is contained in:
Xphalnos
2024-05-18 19:05:18 +02:00
committed by GitHub
parent b0978f4168
commit 8cf64a33b2
17 changed files with 42 additions and 58 deletions

View File

@@ -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

Submodule externals/magic_enum added at a2077c01c3

1
externals/toml11 vendored Submodule

Submodule externals/toml11 added at 85faca9cbe

1
externals/xxHash vendored Submodule

Submodule externals/xxHash added at e9455b2c20

1
externals/zydis vendored Submodule

Submodule externals/zydis added at fd3e9a6cc8