Add the tablegenned files to the `clean' target.

llvm-svn: 124854
This commit is contained in:
Oscar Fuentes 2011-02-04 03:47:50 +00:00
parent d0548ae750
commit a6aa87898b
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,11 @@ macro(tablegen ofn)
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${ofn}.tmp
COMMENT ""
)
# `make clean' must remove all those generated files:
set_property(DIRECTORY APPEND
PROPERTY ADDITIONAL_MAKE_CLEAN_FILES ${ofn}.tmp ${ofn})
set(TABLEGEN_OUTPUT ${TABLEGEN_OUTPUT} ${CMAKE_CURRENT_BINARY_DIR}/${ofn})
set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/${ofn}
PROPERTIES GENERATED 1)