mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[CMake] Put *_exports into "Misc" folder.
llvm-svn: 200228
This commit is contained in:
parent
68ba6d5a5b
commit
b340d5771b
@ -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…
x
Reference in New Issue
Block a user