Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Trying a different way to package tools
Browse files Browse the repository at this point in the history
Change-Id: I48971c1d869ce0e5439e0fedbeae5a4fc6df6f78
  • Loading branch information
paigeale committed Apr 9, 2020
1 parent d16d77e commit 595c1e3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CMakeLists.txt
Expand Up @@ -356,13 +356,14 @@ if(BUILD_PACKAGE)
DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}/cmake/llvm
COMPONENT intel-llvm-patched-library)

set(BIN_PATH ${BUILD_SRC_DIR_LLVM}/bin)
install(FILES
$<TARGET_FILE_NAME:llvm-link>
$<TARGET_FILE_NAME:llvm-config>
$<TARGET_FILE_NAME:llvm-tblgen>
$<TARGET_FILE_NAME:not>
$<TARGET_FILE_NAME:FileCheck>
$<TARGET_FILE_NAME:count>
${BIN_PATH}/llvm-link
${BIN_PATH}/llvm-config
${BIN_PATH}/llvm-tblgen
${BIN_PATH}/not
${BIN_PATH}/FileCheck
${BIN_PATH}/count
DESTINATION ${CMAKE_INSTALL_FULL_BINDIR}
COMPONENT intel-llvm-patched-library
)
Expand Down

0 comments on commit 595c1e3

Please sign in to comment.