2 lines
105 B
CMake
2 lines
105 B
CMake
add_executable(tests tests.cpp)
|
|
target_link_libraries(tests PRIVATE edbg::libedbg Catch2::Catch2WithMain) |