opengl-learning/meson.build

7 lines
113 B
Meson
Raw Normal View History

2024-03-09 22:46:10 +00:00
project('opengl-learning', 'cpp', 'c')
glfw = dependency('glfw3')
2024-03-10 02:58:59 +00:00
libepoxy = dependency('epoxy')
2024-03-09 22:46:10 +00:00
subdir('src')