Skip to content

Commit

Permalink
install clspv-opt as part of clspv tools (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjodinchr authored Nov 1, 2024
1 parent 3849481 commit 25eb742
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/clspv-opt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ endif()
target_link_libraries(clspv-opt PRIVATE clspv_passes ${CLSPV_LLVM_COMPONENTS})

set_target_properties(clspv-opt PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CLSPV_BINARY_DIR}/bin)

if(ENABLE_CLSPV_TOOLS_INSTALL)
install(TARGETS clspv-opt
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
endif(ENABLE_CLSPV_TOOLS_INSTALL)

0 comments on commit 25eb742

Please sign in to comment.