mirror of
https://github.com/throwtheswitch/cexception.git
synced 2026-06-05 21:24:36 +00:00
Use files method
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user