adding comment in root meson.build file [skip ci]

This commit is contained in:
Michael Brockus 2020-02-07 11:13:51 -08:00 • committed by GitHub
parent 62606822da
commit f7ab7378b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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++')