From 198204b8e769296ff8b399f56f72477c1cc8884f Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 9 Sep 2016 17:30:59 +0000 Subject: [PATCH] Move the ocaml_all target into the Misc folder for cleanliness; NFC. llvm-svn: 281061 --- cmake/modules/AddOCaml.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/modules/AddOCaml.cmake b/cmake/modules/AddOCaml.cmake index 4bcd475998c..ae1940e0fb7 100644 --- a/cmake/modules/AddOCaml.cmake +++ b/cmake/modules/AddOCaml.cmake @@ -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