Update meson.build

This commit is contained in:
Michael Gene Brockus 2022-07-03 07:10:10 -07:00 committed by GitHub
parent ef270d0eb8
commit 358fd224cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
project('Ray Lib', 'c', defualt_options: 'c_std=c11') project('Ray Lib', 'c', defualt_options: 'c_std=c11')
glfw_dep = dependency('glfw')
subdir('src') subdir('src')