Skip to content

Commit

Permalink
install clspv-opt as part of clspv tools
Browse files Browse the repository at this point in the history
  • Loading branch information
rjodinchr committed Nov 1, 2024
1 parent 1048d08 commit 01f9938
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 01f9938

Please sign in to comment.