Warning, /sdk/ktechlab/src/core/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 SET(core_STAT_SRCS
0002 # diagnosticstyle.cpp
0003 # main.cpp
0004 )
0005
0006 set(core_KCFG_SRCS
0007 ktlconfig.kcfgc
0008 )
0009
0010 kconfig_add_kcfg_files(core_STAT_SRCS ${core_KCFG_SRCS})
0011
0012 add_library(core STATIC ${core_STAT_SRCS})
0013 target_link_libraries(core
0014 KF5::ConfigGui
0015 )
0016
0017 ########### install files ###############
0018
0019 install(FILES ktechlab.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})