partitionmanager/src/util/CMakeLists.txt

12 lines
155 B
CMake

set(UTIL_SRC
util/capacity.cpp
util/externalcommand.cpp
util/globallog.cpp
util/report.cpp
)
set(UTILGUI_SRC
util/helpers.cpp
util/htmlreport.cpp
)