1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-30 03:34:27 +01:00

Update meson.build

This commit is contained in:
Michael Gene Brockus
2022-06-19 06:34:23 -07:00
committed by GitHub
parent df2ea08157
commit 91d16179b5

View File

@@ -1,5 +1,5 @@
# #
# build script written by : Michael Brockus. # build script written by : Michael Gene Brockus.
# github repo author: Mike Karlesky, Mark VanderVoord, Greg Williams. # github repo author: Mike Karlesky, Mark VanderVoord, Greg Williams.
# #
# license: MIT # license: MIT
@@ -7,5 +7,5 @@
unity_dir = include_directories('.') unity_dir = include_directories('.')
unity_lib = static_library(meson.project_name(), unity_lib = static_library(meson.project_name(),
files('unity.c'), 'unity.c',
include_directories: unity_dir) include_directories: unity_dir)