add basic_widgets dependency

This commit is contained in:
Andrea Blankenstijn 2021-06-23 22:09:32 +02:00
parent 8a0bb1552f
commit fc2d6b7839
3 changed files with 12 additions and 3 deletions

0
.gitmodules vendored Normal file
View File

View File

@ -1,6 +1,6 @@
project('chainreact', 'cpp',
version : '0.1',
default_options : ['warning_level=3', 'cpp_std=c++14'])
version : '0.1pre',
default_options : ['warning_level=3', 'cpp_std=c++20'])
executable('chainreact',
'board.cpp',
@ -9,5 +9,8 @@ executable('chainreact',
'sdl_graphics.cpp',
'sdl_ui.cpp',
dependencies : [
dependency('sdl2')],
dependency('basic_widgets',
static : true,
)
],
install : true)

View File

@ -0,0 +1,6 @@
[wrap-git]
url = https://git.nekomata.one/git/sdl2_basic_widgets.git
revision = head
[provide]
basic_widgets = libbasic_widgets_dep