diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2016-09-09 17:30:59 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2016-09-09 17:30:59 +0000 |
commit | 6a6e459800d6b095401ef0c13ea4f28877bc6e4d (patch) | |
tree | c1f17afc5eef103505af42d02b608de8a5a9c0f6 /llvm/cmake/modules/AddOCaml.cmake | |
parent | 1076288e2254367d61be891eb16d854919c702e8 (diff) | |
download | bcm5719-llvm-6a6e459800d6b095401ef0c13ea4f28877bc6e4d.tar.gz bcm5719-llvm-6a6e459800d6b095401ef0c13ea4f28877bc6e4d.zip |
Move the ocaml_all target into the Misc folder for cleanliness; NFC.
llvm-svn: 281061
Diffstat (limited to 'llvm/cmake/modules/AddOCaml.cmake')
-rw-r--r-- | llvm/cmake/modules/AddOCaml.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/cmake/modules/AddOCaml.cmake b/llvm/cmake/modules/AddOCaml.cmake index 4bcd475998c..ae1940e0fb7 100644 --- a/llvm/cmake/modules/AddOCaml.cmake +++ b/llvm/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 |