mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
Update meson.build
This commit is contained in:
parent
a64758f818
commit
481d2b21e9
1 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,6 @@ unittest_cpp_src = files(
|
|||
)
|
||||
subdir('Posix')
|
||||
|
||||
unittest_cpp_lib = static_library(meson.project_name(),
|
||||
unittest_cpp_lib = static_library('unittest-cpp',
|
||||
sources: unittest_cpp_src,
|
||||
include_directories: unittest_cpp_dir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue