We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21b8c7 commit 1c3dc43Copy full SHA for 1c3dc43
CMakeLists.txt
@@ -48,3 +48,6 @@ target_link_libraries(hg PRIVATE
48
fmt::fmt
49
${HYPERSCAN_LIBRARY}
50
)
51
+
52
+install(TARGETS hg
53
+DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
0 commit comments