Started moving to a samples structure

This commit is contained in:
2026-05-07 03:03:35 +03:00
parent 3d37d30478
commit e4f033ea1a
8 changed files with 52 additions and 18 deletions
+10
View File
@@ -0,0 +1,10 @@
executable(
'basic_triangle',
'basic_triangle.c',
dependencies: [
dependency('evk'),
dependency('glfw3'),
],
c_args: evk_c_args,
)