kpmcore/src/ops/CMakeLists.txt

30 lines
744 B
CMake

set(OPS_SRC
ops/operation.cpp
ops/deleteoperation.cpp
ops/restoreoperation.cpp
ops/resizeoperation.cpp
ops/newoperation.cpp
ops/createfilesystemoperation.cpp
ops/createpartitiontableoperation.cpp
ops/setfilesystemlabeloperation.cpp
ops/setpartflagsoperation.cpp
ops/checkoperation.cpp
ops/backupoperation.cpp
ops/copyoperation.cpp
)
set(OPS_LIB_HDRS
ops/backupoperation.h
ops/checkoperation.h
ops/copyoperation.h
ops/createfilesystemoperation.h
ops/createpartitiontableoperation.h
ops/deleteoperation.h
ops/newoperation.h
ops/operation.h
ops/resizeoperation.h
ops/restoreoperation.h
ops/setfilesystemlabeloperation.h
ops/setpartflagsoperation.h
)