/
githubmirror
/
json
Обзор
Документация
Войти
/
githubmirror
/
json
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tests/abi/inline_ns/CMakeLists.txt
12 строк
430 B
Florian Albrechtskirchinger
Add versioned, ABI-tagged inline namespace and namespace macros (#3590)
30 июл 2022, 22:59
Не верифицирован
30 июл 2022, 22:59
d909f80
Код
Авторство
О чём код?
# test linking an old library version without an inline namespace # with the current library using an inline namespace into the same executable # build test executable and add test add_executable(abi_compat_inline_ns use_v3_10_5.cpp use_current.cpp) target_link_libraries(abi_compat_inline_ns PRIVATE abi_compat_main) add_test( NAME test-abi_compat_inline_ns COMMAND abi_compat_inline_ns ${DOCTEST_TEST_FILTER})