mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-28 12:58:05 +03:00
Merge 97e696e524
into 8ee64a84c7
This commit is contained in:
commit
994d7f374b
1 changed files with 5 additions and 0 deletions
|
@ -656,6 +656,11 @@ PRIVATE
|
|||
ZLIB::ZLIB
|
||||
)
|
||||
|
||||
if(LIBUDEV_FOUND)
|
||||
target_include_directories(core PRIVATE ${LIBUDEV_INCLUDE_DIR})
|
||||
target_link_libraries(core PRIVATE ${LIBUDEV_LIBRARY})
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
target_link_libraries(core
|
||||
PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue