Files
edbg/test/CMakeLists.txt
2025-11-16 17:27:53 -08:00

2 lines
105 B
CMake

add_executable(tests tests.cpp)
target_link_libraries(tests PRIVATE edbg::libedbg Catch2::Catch2WithMain)