
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR})

########### next target ###############

set(ko_colorspaces_benchmark_SRCS KoColorSpacesBenchmark.cpp)
koffice_add_benchmark(KoColorSpacesBenchmark TESTNAME pigment-benchmarks-KoColorSpacesBenchmark ${ko_colorspaces_benchmark_SRCS})
target_link_libraries(KoColorSpacesBenchmark pigmentcms ${QT_QTTEST_LIBRARY})

set(ko_compositeops_benchmark_SRCS KoCompositeOpsBenchmark.cpp)
koffice_add_benchmark(KoCompositeOpsBenchmark TESTNAME pigment-benchmarks-KoCompositeOpsBenchmark ${ko_compositeops_benchmark_SRCS})
target_link_libraries(KoCompositeOpsBenchmark  pigmentcms ${QT_QTTEST_LIBRARY})

