generated from TDD-Templates/cmake_cpputest_template_avr
Included the ADC module in main's linked libs
This commit is contained in:
parent
de463a3469
commit
33b70d3283
|
@ -4,6 +4,7 @@ add_executable(${PROJECT_NAME}
|
||||||
|
|
||||||
target_link_libraries(${PROJECT_NAME}
|
target_link_libraries(${PROJECT_NAME}
|
||||||
RegEdit
|
RegEdit
|
||||||
|
ADC
|
||||||
#timer
|
#timer
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue