6 lines
112 B
CMake
6 lines
112 B
CMake
add_ocaml_library(llvm_target
|
|
OCAML llvm_target
|
|
OCAMLDEP llvm
|
|
C target_ocaml
|
|
LLVM target)
|