Skip to content

Commit

Permalink
Add cmake install rule for sv-bugpoint binary
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m committed Nov 14, 2024
1 parent 5808767 commit c55aee2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ if (NOT MSVC)
target_compile_options(sv-bugpoint PRIVATE -Werror)
endif()
endif()

install(TARGETS sv-bugpoint RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})

0 comments on commit c55aee2

Please sign in to comment.