/
evo
/
Gtk4-tutorial
Обзор
Документация
Войти
/
evo
/
Gtk4-tutorial
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/list4/meson.build
10 строк
281 B
Toshio Sekiya
Add section 25.
24 мар 2021, 10:37
24 мар 2021, 10:37
0efa4c2
Код
Авторство
О чём код?
project('list4', 'c') gtkdep = dependency('gtk4') gnome=import('gnome') resources = gnome.compile_resources('resources','list4.gresource.xml') sourcefiles=files('list4.c') executable('list4', sourcefiles, resources, dependencies: gtkdep, export_dynamic: true, install: false)