first commit
This commit is contained in:
10
meson.build
Normal file
10
meson.build
Normal file
@@ -0,0 +1,10 @@
|
||||
project('supernotepad', 'c', version: '0.1', default_options: ['warning_level=2'])
|
||||
|
||||
gtk = dependency('gtk+-3.0')
|
||||
gtksource = dependency('gtksourceview-4')
|
||||
|
||||
executable('SuperNotepad',
|
||||
'main.c',
|
||||
dependencies: [gtk, gtksource],
|
||||
install: true
|
||||
)
|
||||
Reference in New Issue
Block a user