Page MenuHomePhorge

BalooConfig.cmake.in
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

BalooConfig.cmake.in

# Do not modify this file. Any change will be overwritten by CMake.
# Config file for Baloo. This file will define:
# BALOO_INCLUDE_DIR - The Baloo include directory
# BALOO_LIBRARIES - The library needed to use Baloo
get_filename_component(_currentDir ${CMAKE_CURRENT_LIST_FILE} PATH) # The current directory
get_filename_component(rootDir ${_currentDir}/@relInstallDir@ ABSOLUTE) # The install prefix
# The library version
set(BALOO_VERSION_MAJOR @BALOO_VERSION_MAJOR@)
set(BALOO_VERSION_MINOR @BALOO_VERSION_MINOR@)
set(BALOO_VERSION_RELEASE @BALOO_VERSION_RELEASE@)
set(BALOO_VERSION ${BALOO_VERSION_MAJOR}.${BALOO_VERSION_MINOR}.${BALOO_VERSION_RELEASE})
# Include directory
set(BALOO_INSTALL_PREFIX "${rootDir}")
set(BALOO_INCLUDE_DIR "@INCLUDE_INSTALL_DIR@")
set(Baloo_FOUND true)
include(${_currentDir}/BalooTargetsWithPrefix.cmake)
set(BALOO_CORE_LIBRARY baloocore)
set(BALOO_FILE_LIBRARY baloofiles)
set(BALOO_PIM_LIBRARY baloopim)
#set(BALOO_TAG_LIBRARY balootags)
# Set the library variable
set(BALOO_LIBRARIES ${BALOO_CORE_LIBRARY} ${BALOO_FILE_LIBRARY} ${BALOO_PIM_LIBRARY})

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 6, 1:37 AM (2 d, 6 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3b/a6/10bc67160bc695cb8d8d4662cf88
Default Alt Text
BalooConfig.cmake.in (1 KB)

Event Timeline