mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
Create meson.build
This commit is contained in:
parent
27ab1306b0
commit
a64758f818
1 changed files with 7 additions and 0 deletions
7
UnitTest++/Posix/meson.build
Normal file
7
UnitTest++/Posix/meson.build
Normal 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']
|
||||
Loading…
Add table
Add a link
Reference in a new issue