1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Move the ocaml_all target into the Misc folder for cleanliness; NFC.

llvm-svn: 281061
This commit is contained in:
Aaron Ballman 2016-09-09 17:30:59 +00:00
parent 1cd777f40a
commit 198204b8e7

View File

@ -211,3 +211,4 @@ function(add_ocaml_library name)
endfunction()
add_custom_target("ocaml_all")
set_target_properties(ocaml_all PROPERTIES FOLDER "Misc")