mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
adding comment in root meson.build file [skip ci]
This commit is contained in:
parent
62606822da
commit
f7ab7378b3
1 changed files with 8 additions and 1 deletions
|
|
@ -1,4 +1,11 @@
|
|||
project('UnitTest++', 'cpp', meson_version: '>=0.52.0')
|
||||
#
|
||||
# @project author: Noel Llopis and Charles Nicholson
|
||||
# @script author : Michael Brockus
|
||||
# @gmail: michaelbrockus@gmail.com
|
||||
# @license: Apache 2.0
|
||||
# : http://www.apache.org/licenses/LICENSE-2.0
|
||||
#------------------------------------------------------------------
|
||||
project('UnitTest++', 'cpp', meson_version: '>=0.53.0')
|
||||
|
||||
subdir('UnitTest++')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue