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 
0007 add_library(core STATIC ${core_SRCS})
0008 target_link_libraries(core Qt5::Core)