Started moving to a samples structure
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
executable(
|
||||
'basic_triangle',
|
||||
'basic_triangle.c',
|
||||
dependencies: [
|
||||
dependency('evk'),
|
||||
dependency('glfw3'),
|
||||
],
|
||||
c_args: evk_c_args,
|
||||
)
|
||||
Reference in New Issue
Block a user