Export the common header files to exports/ with CMake

llvm-svn: 230520
This commit is contained in:
Andrey Churbanov 2015-02-25 18:32:30 +00:00
parent 6d313413a8
commit 2638298646
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ endif()
#############################
# --- Create Common Files ---
add_custom_target(common DEPENDS ${export_cmn_files})
add_custom_target(common ALL DEPENDS ${export_cmn_files})
add_custom_target(clean-common COMMAND ${CMAKE_COMMAND} -E remove -f ${export_cmn_files})
##########################################