test/meson.build

Mon, 13 May 2019 23:23:32 -0400

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Mon, 13 May 2019 23:23:32 -0400
changeset 1334
567948b95e50
parent 1251
5a897fca6db6
child 1431
ee47765519c7
permissions
-rw-r--r--

Add some missing function docs.

foreach prog : ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse']
    executable(prog,
        prog + '.c',
        c_args : '-DSTANDALONE',
        dependencies : [libgnt_dep, gobject, gmodule])
endforeach

shared_library('wm',
    'wm.c',
    name_prefix : '',
    dependencies : [libgnt_dep, gobject, gmodule])

mercurial