motorized_fader/tests/ADC/CMakeLists.txt

19 lines
361 B
CMake
Raw Normal View History

# TEST_RUNNER
add_library(test_ADC
test_ADC.cpp
)
target_link_libraries(test_ADC
${CPPUTEST_LIBRARIES}/libCppUTest.a
${CPPUTEST_LIBRARIES}/libCppUTestExt.a
ADC
MockRegEdit
)
#Needed for the tests to function
include_directories(
/usr/local/avr/include/avr
2025-02-20 23:46:12 +00:00
#/usr/local/avr/avr/include #for Linux
#/usr/lib/avr/include/avr
)