Files
Sabalty/Server/Stun/tests/CMakeLists.txt
T
2026-08-04 18:05:30 +03:00

12 lines
154 B
CMake

add_executable(Stun_tests
test_stun.cxx
)
target_link_libraries(Stun_tests
PRIVATE
Stun
Catch2::Catch2WithMain
)
catch_discover_tests(Stun_tests)