diff options
Diffstat (limited to 'bindings/ocaml/transforms/CMakeLists.txt')
-rw-r--r-- | bindings/ocaml/transforms/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bindings/ocaml/transforms/CMakeLists.txt b/bindings/ocaml/transforms/CMakeLists.txt new file mode 100644 index 0000000..beb8694 --- /dev/null +++ b/bindings/ocaml/transforms/CMakeLists.txt @@ -0,0 +1,5 @@ +add_subdirectory(ipo) +add_subdirectory(passmgr_builder) +add_subdirectory(scalar_opts) +add_subdirectory(utils) +add_subdirectory(vectorize) |