diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2023-01-30 09:19:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-30 09:19:06 +0100 |
| commit | 1eb69ea0a0b8a31567ff1619a5bb01c95f312abc (patch) | |
| tree | a234fe46028e3754f30f3082b4eb5db2b053183d /Source/Core/DiscIO | |
| parent | fa1fec7d48e7ff419a1fe1f908a0530f1592a13a (diff) | |
| parent | 1bc133f3aed9254bf273a35a750bfc30f76e90f3 (diff) | |
Merge pull request #10936 from TellowKrinkle/FixIncludeDirs
CMake: Actually use the include directories specified by dependencies
Diffstat (limited to 'Source/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DiscIO/CMakeLists.txt b/Source/Core/DiscIO/CMakeLists.txt index 157696cefe..b688d7a4d5 100644 --- a/Source/Core/DiscIO/CMakeLists.txt +++ b/Source/Core/DiscIO/CMakeLists.txt @@ -68,8 +68,8 @@ target_link_libraries(discio PUBLIC core BZip2::BZip2 - lzma - zstd + LibLZMA::LibLZMA + zstd::zstd PRIVATE fmt::fmt |
