We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de50086 commit ea76682Copy full SHA for ea76682
src/CMakeLists.txt
@@ -22,3 +22,8 @@ set_property(
22
target_link_libraries(rq PRIVATE
23
${MRUBY_LIBS}
24
)
25
+
26
+install(
27
+ TARGETS rq
28
+ RUNTIME DESTINATION bin
29
+)
0 commit comments