1
0
DDNet_Server/cmake/FindNotify.cmake
Your Name ff5da79d57 init
2023-04-14 23:38:34 +08:00

5 lines
202 B
CMake
Executable File

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)