summaryrefslogtreecommitdiffhomepage
path: root/tools/mrbc/CMakeLists.txt
blob: 073ac17433bb84b1e463d73a4044860b999a6f07 (plain)
1
2
3
4
5
6
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)