mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
[CMake] Put *_exports into "Misc" folder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200228 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0fd23cd6c2
commit
e684807ac8
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user