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

Update meson.build

This commit is contained in:
Michael Gene Brockus
2022-06-19 06:35:43 -07:00
committed by GitHub
parent 91d16179b5
commit b7b65737e8

View File

@@ -6,7 +6,7 @@
#
project('example-4', 'c')
unity_dep = dependency('unity', fallback : ['unity', 'unity_dep'])
unity_dep = dependency('unity')
subdir('src')
subdir('test')