summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorsowens99 <seanowens@comcast.net>2023-10-02 00:52:48 -0400
committersowens99 <seanowens@comcast.net>2023-10-02 17:28:23 -0400
commit69ec239a1f63ed89b37f103e41d77adbf9fc97e6 (patch)
tree11b4febdac82a95a84102232735fba52df142895 /Source/Core
parentda6339a72275f6b499a003b5486ebfc8f26e0d2f (diff)
Add lz4 submodule
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/CMakeLists.txt1
-rw-r--r--Source/Core/DolphinLib.vcxproj1
2 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/Core/CMakeLists.txt b/Source/Core/Core/CMakeLists.txt
index 60f3c54a84..4a40eb7ec8 100644
--- a/Source/Core/Core/CMakeLists.txt
+++ b/Source/Core/Core/CMakeLists.txt
@@ -627,6 +627,7 @@ PRIVATE
FatFs
fmt::fmt
LZO::LZO
+ LZ4::LZ4
ZLIB::ZLIB
)
diff --git a/Source/Core/DolphinLib.vcxproj b/Source/Core/DolphinLib.vcxproj
index 827652cae7..d2071d6618 100644
--- a/Source/Core/DolphinLib.vcxproj
+++ b/Source/Core/DolphinLib.vcxproj
@@ -46,6 +46,7 @@
<Import Project="$(ExternalsDir)libspng\exports.props" />
<Import Project="$(ExternalsDir)libusb\exports.props" />
<Import Project="$(ExternalsDir)LZO\exports.props" />
+ <Import Project="$(ExternalsDir)LZ4\exports.props" />
<Import Project="$(ExternalsDir)mbedtls\exports.props" />
<Import Project="$(ExternalsDir)mGBA\exports.props" />
<Import Project="$(ExternalsDir)miniupnpc\exports.props" />