Skip to content

Commit ea76682

Browse files
committed
add install target
1 parent de50086 commit ea76682

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ set_property(
2222
target_link_libraries(rq PRIVATE
2323
${MRUBY_LIBS}
2424
)
25+
26+
install(
27+
TARGETS rq
28+
RUNTIME DESTINATION bin
29+
)

0 commit comments

Comments
 (0)