mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6 lines
98 B
CMake
6 lines
98 B
CMake
# build tools/xpcat internal executable
|
|
|
|
add_executable(xpcat xpcat.c)
|
|
|
|
# vim: ts=2 sts=2 sw=2 et
|