mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-27 00:28:49 +03:00
Create meson.build
This commit is contained in:
parent
d355e127be
commit
741fd9b536
1 changed files with 5 additions and 0 deletions
5
meson.build
Normal file
5
meson.build
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
project('prog', 'cpp', meson_version: '>=0.53.0')
|
||||
|
||||
subdir('UnitTest++')
|
||||
|
||||
unittest_cpp_dep = declare_dependency(link_with: unittest_cpp_lib, include_directories: unittest_cpp_dir)
|
||||
Loading…
Add table
Add a link
Reference in a new issue