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

0001 set(core_SRCS
0002     lap.cpp
0003     session.cpp
0004     stopwatch.cpp
0005     timeformat.cpp
0006     lap.h
0007     session.h
0008     stopwatch.h
0009     timeformat.h)
0010 
0011 add_library(core STATIC ${core_SRCS})
0012 target_link_libraries(core Qt::Core)