repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
[llvm-core.git]
/
bindings
/
ocaml
/
llvm
/
CMakeLists.txt
blob
db7aee2adff9f147de17e17099fdcb81b9e525e6
1
add_ocaml_library(llvm
2
OCAML llvm
3
C llvm_ocaml
4
LLVM core support)
5
6
configure_file(
7
"${CMAKE_CURRENT_SOURCE_DIR}/META.llvm.in"
8
"${LLVM_LIBRARY_DIR}/ocaml/META.llvm")
9
10
install(FILES "${LLVM_LIBRARY_DIR}/ocaml/META.llvm"
11
DESTINATION "${LLVM_OCAML_INSTALL_PATH}")