Move the ocaml_all target into the Misc folder for cleanliness; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Fri, 9 Sep 2016 17:30:59 +0000 (17:30 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 9 Sep 2016 17:30:59 +0000 (17:30 +0000)
llvm-svn: 281061

llvm/cmake/modules/AddOCaml.cmake

index 4bcd475..ae1940e 100644 (file)
@@ -211,3 +211,4 @@ function(add_ocaml_library name)
 endfunction()
 
 add_custom_target("ocaml_all")
+set_target_properties(ocaml_all PROPERTIES FOLDER "Misc")
\ No newline at end of file