Use files method

This commit is contained in:
Michael Brockus
2020-08-06 13:32:25 -07:00
committed by GitHub
parent 58fc34170a
commit de9be4ca92
+2 -2
View File
@@ -7,5 +7,5 @@
cexception_dir = include_directories('.')
cexception_lib = static_library(meson.project_name(),
sources: ['CException.c'],
include_directories: cexception_dir)
files('CException.c'),
include_directories : cexception_dir)