mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 05:58:19 +00:00
5 lines
223 B
CMake
5 lines
223 B
CMake
|
find_package(PkgConfig REQUIRED QUIET)
|
||
|
pkg_check_modules(NOTIFY REQUIRED QUIET libnotify)
|
||
|
include(FindPackageHandleStandardArgs)
|
||
|
find_package_handle_standard_args(LibNotify DEFAULT_MSG NOTIFY_LIBRARIES NOTIFY_INCLUDE_DIRS)
|