Your IP : 216.73.216.48
# Config file for nepomuk-widgets. Do not modify this file. Any change will be overwritten by CMake.
# This file will define the following variables:
#
# NEPOMUK_WIDGETS_LIB_DIR : The nepomuk-widgets library directory
# NEPOMUK_WIDGETS_INCLUDE_DIR : The nepomuk-widgets include directory
# NEPOMUK_WIDGETS_VERSION : The nepomuk-widgets version
# NEPOMUK_WIDGETS_LIBRARY : The nepomukwidgets library
get_filename_component(_currentDir ${CMAKE_CURRENT_LIST_FILE} PATH) # The current directory
get_filename_component(rootDir ${_currentDir}/ ABSOLUTE) # The install prefix
# The nepomuk-widgets version
set(NEPOMUK_WIDGETS_VERSION_MAJOR 0)
set(NEPOMUK_WIDGETS_VERSION_MINOR 1)
set(NEPOMUK_WIDGETS_VERSION_RELEASE 0)
set(NEPOMUK_WIDGETS_VERSION ${NEPOMUK_WIDGETS_VERSION_MAJOR}.${NEPOMUK_WIDGETS_VERSION_MINOR}.${NEPOMUK_WIDGETS_VERSION_RELEASE})
# Include directory
set(NEPOMUK_WIDGETS_INCLUDE_DIR "/usr/include")
# Library directory
set(NEPOMUK_WIDGETS_LIB_DIR "/usr/lib64")
# Import the exported targets
if(NOT TARGET nepomukwidgets)
include(${_currentDir}/NepomukWidgetsTargetsWithPrefix.cmake)
endif()
# Set the libraries names
set(NEPOMUK_WIDGETS_LIBRARY nepomukwidgets)