kpmcore/src/util/CMakeLists.txt

19 lines
339 B
CMake

set(UTIL_SRC
util/capacity.cpp
util/externalcommand.cpp
util/globallog.cpp
util/helpers.cpp
util/htmlreport.cpp
util/report.cpp
)
set(UTIL_LIB_HDRS
util/libpartitionmanagerexport.h
util/capacity.h
util/externalcommand.h
util/globallog.h
util/helpers.h
util/htmlreport.h
util/report.h
)