Warning, /utilities/kronometer/src/models/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(models_SRCS
0002     lapmodel.cpp lapmodel.h
0003     sessionmodel.cpp sessionmodel.h)
0004 
0005 add_library(models STATIC ${models_SRCS})
0006 target_link_libraries(models
0007     Qt::Core
0008     KF${KF_MAJOR_VERSION}::I18n
0009     core)