Warning, /frameworks/baloo/src/tools/balooshow/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN=\"balooshow5\")
0002 
0003 set(SRCS main.cpp)
0004 
0005 add_executable(balooshow6 ${SRCS})
0006 ecm_mark_nongui_executable(balooshow6)
0007 target_compile_definitions(balooshow6 PRIVATE -DPROJECT_VERSION="${PROJECT_VERSION}")
0008 
0009 target_link_libraries(balooshow6
0010     KF6::Baloo
0011     KF6::BalooEngine
0012     KF6::FileMetaData
0013     KF6::CoreAddons
0014     KF6::I18n
0015 )
0016 
0017 install(TARGETS balooshow6 DESTINATION ${KDE_INSTALL_BINDIR})