From 9d222b4b08625bdaf251536a9c99ff1e698947cb Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Fri, 9 Aug 2024 09:58:24 +0200 Subject: [PATCH] build: update realclean target --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cbe8d001..b9076eff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1234,9 +1234,8 @@ add_custom_target( vcpkg-manifest-install.log build.ninja .ninja_deps Makefile compile_commands.json - artifacts.env - default.profraw - profile + artifacts.env default.profraw profile + dwarfs-config*.cmake COMMAND ${CMAKE_COMMAND} -E rm -rf ${REALCLEAN_FILES} )