Warning, /graphics/digikam/core/utilities/extrasupport/filesindexer/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # 0002 # SPDX-FileCopyrightText: 2010-2024 by Gilles Caulier, <caulier dot gilles at gmail dot com> 0003 # SPDX-FileCopyrightText: 2015 by Veaceslav Munteanu, <veaceslav dot munteanu90 at gmail dot com> 0004 # 0005 # SPDX-License-Identifier: BSD-3-Clause 0006 # 0007 0008 APPLY_COMMON_POLICIES() 0009 0010 set(baloowrap_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/baloowrap.cpp) 0011 0012 include_directories($<TARGET_PROPERTY:Qt${QT_VERSION_MAJOR}::Core,INTERFACE_INCLUDE_DIRECTORIES> 0013 0014 $<TARGET_PROPERTY:KF${QT_VERSION_MAJOR}::I18n,INTERFACE_INCLUDE_DIRECTORIES> 0015 $<TARGET_PROPERTY:KF${QT_VERSION_MAJOR}::FileMetaData,INTERFACE_INCLUDE_DIRECTORIES> 0016 ) 0017 0018 add_library(core_baloowrap_obj OBJECT ${baloowrap_SRCS}) 0019 0020 target_compile_definitions(core_baloowrap_obj 0021 PRIVATE 0022 digikamcore_EXPORTS 0023 )