floatpump-firmware/Tests/CMakeLists.txt

4 lines
149 B
CMake

find_package(Catch2 REQUIRED)
add_executable(testtests experiments/example-test.cpp)
target_link_libraries(testtests PRIVATE Catch2::Catch2WithMain)