diff options
Diffstat (limited to 'externals')
-rw-r--r-- | externals/CMakeLists.txt | 9 | ||||
m--------- | externals/dynarmic | 0 | ||||
m--------- | externals/enet | 0 | ||||
m--------- | externals/lz4 | 0 |
4 files changed, 9 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 4a4ba1101..8f42f4fdc 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt @@ -31,6 +31,11 @@ add_subdirectory(glad) # inih add_subdirectory(inih) +# lz4 +set(LZ4_BUNDLED_MODE ON) +add_subdirectory(lz4/contrib/cmake_unofficial) +target_include_directories(lz4_static INTERFACE ./lz4/lib) + # MicroProfile add_library(microprofile INTERFACE) target_include_directories(microprofile INTERFACE ./microprofile) @@ -44,6 +49,10 @@ add_subdirectory(soundtouch) # The SoundTouch target doesn't export the necessary include paths as properties by default target_include_directories(SoundTouch INTERFACE ./soundtouch/include) +# Unicorn +add_library(unicorn-headers INTERFACE) +target_include_directories(unicorn-headers INTERFACE ./unicorn/include) + # Xbyak if (ARCHITECTURE_x86_64) # Defined before "dynarmic" above diff --git a/externals/dynarmic b/externals/dynarmic -Subproject 8f15e3f70cb96e56705e5de6ba97b5d09423a56 +Subproject 69eccf826d657a6cfb1d731b00629939d230ec5 diff --git a/externals/enet b/externals/enet -Subproject a84c120eff13d2fa3eadb41ef7afe0f7819f4d6 +Subproject 9d9ba122d4818f7ae1aef2197933ac696edb233 diff --git a/externals/lz4 b/externals/lz4 new file mode 160000 +Subproject c10863b98e1503af90616ae99725ecd120265df |