mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-25 14:32:53 +00:00
12 lines
252 B
CMake
12 lines
252 B
CMake
|
set(llvm_cmake_builddir "${LLVM_BINARY_DIR}/share/llvm/cmake")
|
||
|
|
||
|
configure_file(
|
||
|
LLVM.cmake
|
||
|
${llvm_cmake_builddir}/LLVM.cmake)
|
||
|
|
||
|
install(FILES
|
||
|
${llvm_cmake_builddir}/LLVM.cmake
|
||
|
LLVMConfig.cmake
|
||
|
LLVMLibDeps.cmake
|
||
|
DESTINATION share/llvm/cmake)
|