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 835822b commit b8ea532Copy full SHA for b8ea532
cmake/mruby.cmake
@@ -32,6 +32,14 @@ add_dependencies(mruby_binary mruby)
32
install(
33
FILES $<TARGET_FILE:mruby_binary>
34
DESTINATION ${CMAKE_INSTALL_BINDIR}
35
+ PERMISSIONS
36
+ OWNER_EXECUTE
37
+ OWNER_WRITE
38
+ OWNER_READ
39
+ GROUP_EXECUTE
40
+ GROUP_READ
41
+ WORLD_EXECUTE
42
+ WORLD_READ
43
RENAME lightstorm-mruby)
44
45
add_executable(mrbc_binary IMPORTED GLOBAL)
@@ -40,6 +48,14 @@ add_dependencies(mrbc_binary mruby)
48
49
FILES $<TARGET_FILE:mrbc_binary>
50
51
52
53
54
55
56
57
58
59
RENAME lightstorm-mrbc)
60
61
add_library(mruby_static STATIC IMPORTED GLOBAL)
0 commit comments