1
0
DDNet_Server/cmake/FindNotify.cmake

5 lines
202 B
CMake
Raw Normal View History

2023-04-14 23:38:34 +08:00
find_package(PkgConfig QUIET)
pkg_check_modules(NOTIFY QUIET libnotify)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Notify DEFAULT_MSG NOTIFY_LIBRARIES NOTIFY_INCLUDE_DIRS)