diff options
-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 |