create main build file

This commit is contained in:
Michael Gene Brockus 2022-07-03 08:53:47 -05:00 committed by GitHub
parent 850321cf2b
commit 83d89733d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
meson.build Normal file
View File

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