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

12 lines
174 B
CMake

add_executable(Protocol_tests
test_protocol.cxx
)
target_link_libraries(Protocol_tests
PRIVATE
Protocol
Catch2::Catch2WithMain
)
catch_discover_tests(Protocol_tests)