This commit is contained in:
Joshua Vandaële 2025-04-27 20:03:37 +00:00 committed by GitHub
commit 994d7f374b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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