katie/tests/benchmarks/declarative/binding/CMakeLists.txt
Ivailo Monev 7e2cedaf54 add benchmarks from Qt4, some of which not yet ported to CMake build system
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-02-01 03:33:31 +02:00

7 lines
213 B
CMake

katie_test(tst_binding
${CMAKE_CURRENT_SOURCE_DIR}/tst_binding.cpp
${CMAKE_CURRENT_SOURCE_DIR}/testtypes.cpp
${CMAKE_CURRENT_SOURCE_DIR}/testtypes.h
)
target_link_libraries(tst_binding KtDeclarative)