repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
cmake
/
modules
/
CMakeLists.txt
blob
416d7f4785641de0c7f86412ae24a596a9dfd1a8
1
set(llvm_cmake_builddir "${LLVM_BINARY_DIR}/share/llvm/cmake")
2
3
configure_file(
4
LLVM.cmake
5
${llvm_cmake_builddir}/LLVM.cmake
6
@ONLY)
7
8
install(FILES
9
${llvm_cmake_builddir}/LLVM.cmake
10
LLVMConfig.cmake
11
LLVMLibDeps.cmake
12
DESTINATION share/llvm/cmake)