among-sus/meson.build
2020-10-17 00:11:52 +02:00

6 lines
151 B
Meson

project('among-oss', 'c')
cc = meson.get_compiler('c')
libm = cc.find_library('m', required: false)
executable('among-oss', 'main.c', install : true)