generated from TDD-Templates/cmake_cpputest_template_avr
8 lines
124 B
CMake
8 lines
124 B
CMake
|
add_library(TimerMock STATIC
|
||
|
TimerMock.c
|
||
|
)
|
||
|
|
||
|
target_include_directories(TimerMock PUBLIC
|
||
|
${CMAKE_CURRENT_LIST_DIR}
|
||
|
)
|