diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 85ccf6e..3fd73ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,10 +23,9 @@ add_custom_target(iso DEPENDS kernel ) -add_custom_target(clean-custom - rm -rf - ${CMAKE_BINARY_DIR}/iso - ${CMAKE_BINARY_DIR}/bubbl.iso - - DEPENDS clean +set_property( + TARGET iso + APPEND + PROPERTY ADDITIONAL_CLEAN_FILES iso + PROPERTY ADDITIONAL_CLEAN_FILES bubbl.iso ) |