Warning, /graphics/kdiagram/examples/tools/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set( testtools_LIB_SRCS
0002     TableModel.cpp
0003 )
0004 
0005 add_library(testtools SHARED ${testtools_LIB_SRCS})
0006 
0007 generate_export_header( testtools )
0008 
0009 target_link_libraries(testtools LINK_PRIVATE
0010     Qt5::Core
0011 )