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

0001 # Benchmarks, compiled, but not run automatically with ctest
0002 add_executable(databasebenchmark databasebenchmark.cpp)
0003 target_link_libraries(databasebenchmark Qt6::Test KF6::BalooEngine)
0004 
0005 add_executable(positioncodecbenchmark positioncodecbenchmark.cpp)
0006 target_link_libraries(positioncodecbenchmark Qt6::Test KF6::BalooCodecs)