diff options
Diffstat (limited to 'tools/mrbc')
| -rw-r--r-- | tools/mrbc/CMakeLists.txt | 7 | ||||
| -rw-r--r-- | tools/mrbc/Makefile.orig (renamed from tools/mrbc/Makefile) | 0 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tools/mrbc/CMakeLists.txt b/tools/mrbc/CMakeLists.txt new file mode 100644 index 000000000..073ac1743 --- /dev/null +++ b/tools/mrbc/CMakeLists.txt @@ -0,0 +1,7 @@ +# builds tools/mrbc +file(GLOB MRBC_SRC_C "*.c") +add_executable(mrbc ${MRBC_SRC_C}) +target_link_libraries(mrbc ritevm_static ${MRUBY_LIBS}) +install(TARGETS mrbc RUNTIME DESTINATION bin) + + diff --git a/tools/mrbc/Makefile b/tools/mrbc/Makefile.orig index 9ecda4a59..9ecda4a59 100644 --- a/tools/mrbc/Makefile +++ b/tools/mrbc/Makefile.orig |
