Files
mars-nwe/tests/nwnss/cachecontrol/CMakeLists.txt
Mario Fetka 0f82de2743
All checks were successful
Source release / source-package (push) Successful in 1m20s
0536 build: introduce libnwnss for imported NSS runtime
2026-06-14 22:34:04 +02:00

4 lines
203 B
CMake

add_executable(test_nwnss_cachecontrol test_nwnss_cachecontrol.c)
target_link_libraries(test_nwnss_cachecontrol PRIVATE mars_nwe::nwnss)
add_test(NAME nwnss.cachecontrol COMMAND test_nwnss_cachecontrol)