generated from TDD-Templates/cmake_cpputest_template_avr
Commented out unused link libs.
This commit is contained in:
parent
17bd1a4e38
commit
4adeec5219
|
@ -3,8 +3,8 @@ add_executable(${PROJECT_NAME}
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(${PROJECT_NAME}
|
target_link_libraries(${PROJECT_NAME}
|
||||||
RegEdit
|
#RegEdit
|
||||||
timer
|
#timer
|
||||||
)
|
)
|
||||||
|
|
||||||
# Ensure the build rules are defined
|
# Ensure the build rules are defined
|
||||||
|
|
Loading…
Reference in New Issue