mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-28 10:44:26 +01:00
Added meson.build in src directory.
This commit is contained in:
20
src/meson.build
Normal file
20
src/meson.build
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
###################################################################################
|
||||||
|
# #
|
||||||
|
# NAME: src/meson.build #
|
||||||
|
# #
|
||||||
|
# AUTHOR: Mike Karlesky, Mark VanderVoord, Greg Williams. #
|
||||||
|
# WRITTEN BY: Michael Brockus. #
|
||||||
|
# #
|
||||||
|
# License: MIT #
|
||||||
|
# #
|
||||||
|
###################################################################################
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
unity_src = files('unity.c')
|
||||||
|
|
||||||
|
unity_dir = include_directories('.')
|
||||||
|
|
||||||
|
unity_lib = library(meson.project_name(),
|
||||||
|
sources: unity_src,
|
||||||
|
include_directories: unity_dir)
|
||||||
Reference in New Issue
Block a user