Adding Directive to also clean wgt file with make clean
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 25 Apr 2017 17:53:20 +0000 (19:53 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Tue, 25 Apr 2017 17:53:20 +0000 (19:53 +0200)
Change-Id: I41b32ea60d9a44e27dbe0a51b58173ff359e0186
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CAN-binder/CMakeLists.txt

index b6c51eb..45d39bf 100644 (file)
@@ -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