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

0001 set(BALOO_CODECS_SRCS
0002     doctermscodec.cpp
0003     positioncodec.cpp
0004     postingcodec.cpp
0005 
0006     coding.cpp
0007 )
0008 
0009 add_library(KF6BalooCodecs STATIC ${BALOO_CODECS_SRCS})
0010 add_library(KF6::BalooCodecs ALIAS KF6BalooCodecs)
0011 
0012 set_property(TARGET KF6BalooCodecs PROPERTY POSITION_INDEPENDENT_CODE ON)
0013 target_link_libraries(KF6BalooCodecs
0014     Qt6::Core
0015     KF6::CoreAddons
0016 )