Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Joao Oliveira
Okular
Commits
512981a3
Commit
512981a3
authored
Jun 29, 2009
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Port to knotificationitem
svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=989091
parent
e7b0a4a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
cmake/modules/FindLibKNotificationItem-1.cmake
cmake/modules/FindLibKNotificationItem-1.cmake
+37
-0
No files found.
cmake/modules/FindLibKNotificationItem-1.cmake
0 → 100644
View file @
512981a3
# - Find libknotification-1 library
# Find the libknotification-1. This is an experimental library which is not
# supposed to stay source- or binary compatible, it may even go away in the future again.
#
# This module defines
# LIBKNOTIFICATIONITEM-1_FOUND - whether the libkonitification-1 library was found
# LIBKNOTIFICATIONITEM-1_LIBRARIES - the libknotification-1 library
# LIBKNOTIFICATIONITEM-1_INCLUDE_DIR - the include path of the libknotification-1 library
find_library
(
LIBKNOTIFICATIONITEM-1_LIBRARY
NAMES
knotificationitem-1
HINTS
${
LIB_INSTALL_DIR
}
${
KDE4_LIB_DIR
}
)
set
(
LIBKNOTIFICATIONITEM-1_LIBRARIES
${
LIBKNOTIFICATIONITEM-1_LIBRARY
}
)
find_path
(
LIBKNOTIFICATIONITEM-1_INCLUDE_DIR
NAMES
knotificationitem.h
PATH_SUFFIXES
knotificationitem-1
HINTS
${
INCLUDE_INSTALL_DIR
}
${
KDE4_INCLUDE_DIR
}
)
include
(
FindPackageHandleStandardArgs
)
find_package_handle_standard_args
(
LibKNotificationItem-1 DEFAULT_MSG LIBKNOTIFICATIONITEM-1_LIBRARY LIBKNOTIFICATIONITEM-1_INCLUDE_DIR
)
mark_as_advanced
(
LIBKNOTIFICATIONITEM-1_INCLUDE_DIR LIBKNOTIFICATIONITEM-1_LIBRARY
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment