[CMake] Put *_exports into "Misc" folder.

llvm-svn: 200228
This commit is contained in:
NAKAMURA Takumi 2014-01-27 17:39:38 +00:00
parent e035cf9ce4
commit 14f1f44a16
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ function(add_llvm_symbol_exports target_name export_file)
endif()
add_custom_target(${target_name}_exports DEPENDS ${native_export_file})
set_target_properties(${target_name}_exports PROPERTIES FOLDER "Misc")
get_property(srcs TARGET ${target_name} PROPERTY SOURCES)
foreach(src ${srcs})