mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Merge pull request #10936 from TellowKrinkle/FixIncludeDirs
CMake: Actually use the include directories specified by dependencies
This commit is contained in:
commit
1eb69ea0a0
3 changed files with 31 additions and 17 deletions
|
@ -68,8 +68,8 @@ target_link_libraries(discio
|
|||
PUBLIC
|
||||
core
|
||||
BZip2::BZip2
|
||||
lzma
|
||||
zstd
|
||||
LibLZMA::LibLZMA
|
||||
zstd::zstd
|
||||
|
||||
PRIVATE
|
||||
fmt::fmt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue