mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
7fe8afefa5
Especially when only building server and not client
5 lines
202 B
CMake
5 lines
202 B
CMake
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)
|