From: Romain Forlot Date: Tue, 25 Apr 2017 17:53:20 +0000 (+0200) Subject: Adding Directive to also clean wgt file with make clean X-Git-Tag: 5.0.2~306 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=371a0cf390ba483d3cf53cf503182d8bc61333f6;p=apps%2Fagl-service-can-low-level.git Adding Directive to also clean wgt file with make clean Change-Id: I41b32ea60d9a44e27dbe0a51b58173ff359e0186 Signed-off-by: Romain Forlot --- diff --git a/CAN-binder/CMakeLists.txt b/CAN-binder/CMakeLists.txt index b6c51eb4..45d39bf0 100644 --- a/CAN-binder/CMakeLists.txt +++ b/CAN-binder/CMakeLists.txt @@ -287,3 +287,5 @@ if(CLOSING_MESSAGE AND GLOBAL_TARGET_LIST) COMMAND ${CMAKE_COMMAND} -E cmake_echo_color --cyan "++ ${CLOSING_MESSAGE}" ) endif() + +set(ADDITIONAL_MAKE_CLEAN_FILES, "low-can-binding/low-can-binding.wgt") \ No newline at end of file