+Mocking of ADC. +Mocking of timer +Mocking of Register editing. +tests for all the above
7 lines
118 B
CMake
7 lines
118 B
CMake
add_library(RegEdit STATIC
|
|
RegEdit.c
|
|
)
|
|
|
|
target_include_directories(RegEdit PUBLIC
|
|
${CMAKE_CURRENT_LIST_DIR}
|
|
)
|