cmake_cpputest_template/tests/MockADC/CMakeLists.txt
jake-g00dwin 8e00f7406a Refactored Test dir layout
- Removed old cpputest include lines.
+ Added new cmake var include/link.
2025-12-20 18:46:00 -08:00

9 lines
142 B
CMake

# TEST_RUNNER
add_library(test_MockADC
test_MockADC.cpp
)
target_link_libraries(test_MockADC
${CPPUTEST_LIBRARIES}
MockADC
)