Create meson.build

This commit is contained in:
Michael Brockus 2020-01-18 17:32:21 -08:00 • committed by GitHub
parent 27ab1306b0
commit a64758f818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,7 @@
#
# @author: Michael Brockus
# @gmail: michaelbrockus@gmail.com
# @license: Apache 2.0 
# : http://www.apache.org/licenses/LICENSE-2.0
#------------------------------------------------------------------
unittest_cpp_src += ['Posix' / 'SignalTranslator.cpp', 'Posix' / 'TimeHelpers.cpp']