Skip to content

Commit 1c3dc43

Browse files
committed
Added install target
1 parent f21b8c7 commit 1c3dc43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ target_link_libraries(hg PRIVATE
4848
fmt::fmt
4949
${HYPERSCAN_LIBRARY}
5050
)
51+
52+
install(TARGETS hg
53+
DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)

0 commit comments

Comments
 (0)