mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00:00
parent
d5fc340c30
commit
f69587656f
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
gtest_dep = dependency('gtest', main: true)
|
gtest_dep = dependency('gtest', main: true)
|
||||||
|
libcurl_dep = dependency('libcurl')
|
||||||
openssl = find_program('openssl')
|
openssl = find_program('openssl')
|
||||||
test_conf = files('test.conf')
|
test_conf = files('test.conf')
|
||||||
|
|
||||||
|
@ -119,7 +120,8 @@ test(
|
||||||
'test.cc',
|
'test.cc',
|
||||||
dependencies: [
|
dependencies: [
|
||||||
cpp_httplib_dep,
|
cpp_httplib_dep,
|
||||||
gtest_dep
|
gtest_dep,
|
||||||
|
libcurl_dep
|
||||||
],
|
],
|
||||||
override_options: test_options
|
override_options: test_options
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue