generated from TDD-Templates/cmake_cpputest_template_avr
removed uneeded incldue and added in the includes for AVR io.h
This commit is contained in:
parent
b49a61264f
commit
aed602668a
|
@ -52,7 +52,6 @@ if (UNIT_TESTING)
|
|||
|
||||
include_directories(
|
||||
${CPPUTEST_INCLUDE_DIRS}
|
||||
/usr/include/c++/11/
|
||||
./inc
|
||||
./mocks
|
||||
)
|
||||
|
@ -67,9 +66,11 @@ endif()
|
|||
# PROJECT SPECIFIC
|
||||
# #######################################
|
||||
|
||||
|
||||
# I've added the AVR directories for FreeBSD on here.
|
||||
include_directories(
|
||||
./inc
|
||||
/usr/local/avr/include/avr
|
||||
/usr/local/avr/include
|
||||
)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
|
Loading…
Reference in New Issue