Skip to content

Commit

Permalink
Merge pull request #2 from HU90m/install-targets
Browse files Browse the repository at this point in the history
Add cmake install rule for the sv-bugpoint binary
  • Loading branch information
tgorochowik authored Nov 15, 2024
2 parents 5808767 + c55aee2 commit 1e078fa
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 1e078fa

Please sign in to comment.