commit | 6a6e459800d6b095401ef0c13ea4f28877bc6e4d | [log] [tgz] |
---|---|---|
author | Aaron Ballman <aaron@aaronballman.com> | Fri Sep 09 17:30:59 2016 +0000 |
committer | Aaron Ballman <aaron@aaronballman.com> | Fri Sep 09 17:30:59 2016 +0000 |
tree | c1f17afc5eef103505af42d02b608de8a5a9c0f6 | |
parent | 1076288e2254367d61be891eb16d854919c702e8 [diff] [blame] |
Move the ocaml_all target into the Misc folder for cleanliness; NFC. llvm-svn: 281061
diff --git a/llvm/cmake/modules/AddOCaml.cmake b/llvm/cmake/modules/AddOCaml.cmake index 4bcd475..ae1940e 100644 --- a/llvm/cmake/modules/AddOCaml.cmake +++ b/llvm/cmake/modules/AddOCaml.cmake
@@ -211,3 +211,4 @@ endfunction() add_custom_target("ocaml_all") +set_target_properties(ocaml_all PROPERTIES FOLDER "Misc") \ No newline at end of file