draconisplusplus/subprojects/curl-8.10.1/tests/libtest/.libs/meson.build

6 lines
182 B
Meson
Raw Normal View History

2025-02-20 14:49:18 -05:00
# `runtests.pl` expects to be able to preload `tests/libtest/.libs/libstubgss.so`.
if gss_api_opt.allowed()
libtest_targets += shared_library('stubgss', '../stub_gssapi.c')
endif