1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Update meson.build

This commit is contained in:
Michael Brockus
2020-08-05 21:15:37 -07:00
committed by GitHub
parent 52d5f59b72
commit 62d0e7d68e

View File

@@ -7,5 +7,5 @@
unity_dir = include_directories('.')
unity_lib = static_library(meson.project_name(),
sources: ['unity.c'],
files('unity.c'),
include_directories: unity_dir)