Files
Sabalty/Protocol/tests/CMakeLists.txt
T

13 lines
183 B
CMake

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