trying meson
parent
a7cc32a8ce
commit
eb6049a506
@ -0,0 +1,3 @@
|
||||
[submodule "subprojects/lvgl"]
|
||||
path = subprojects/lvgl
|
||||
url = https://github.com/lvgl/lvgl.git
|
@ -0,0 +1,4 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/lvgl/lvgl.git
|
||||
revision = master
|
||||
depth = 1
|
@ -1,2 +1,8 @@
|
||||
project('rackman', 'c')
|
||||
executable('rackman', 'main.c')
|
||||
|
||||
|
||||
cmake = import('cmake')
|
||||
opt_var = cmake.subproject_options()
|
||||
|
||||
lvgl = cmake.subproject('lvgl')
|
||||
|
@ -0,0 +1 @@
|
||||
Subproject commit 6fdd5855499e169f1b57378d93786b55069b468b
|
Reference in New Issue