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 Qt${QT_MAJOR_VERSION}::Test KF5::BalooEngine) 0004 0005 add_executable(positioncodecbenchmark positioncodecbenchmark.cpp) 0006 target_link_libraries(positioncodecbenchmark Qt${QT_MAJOR_VERSION}::Test KF5::BalooCodecs)