/
evo
/
Gtk4-tutorial
Обзор
Документация
Войти
/
evo
/
Gtk4-tutorial
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/tfe6/example/meson.build
9 строк
399 B
Toshio Sekiya
Update section 1 to section23 to cover GTK version 4.10.
15 июл 2023, 11:27
15 июл 2023, 11:27
8aba1da
Код
Авторство
О чём код?
project('example_tfe', 'c') gtkdep = dependency('gtk4') gnome=import('gnome') resources = gnome.compile_resources('resources','../tfe.gresource.xml', source_dir: '..') # gnome.compile_schemas(build_by_default: true, depend_files: 'com.github.ToshioCP.tfe.gschema.xml') executable('ex_alert', ['ex_alert.c', '../tfealert.c'], resources, dependencies: gtkdep, export_dynamic: true, install: false)