12 lines
210 B
CMake
12 lines
210 B
CMake
# Description: mocks for wwdg cmake config.
|
|
# File: /tests/wwdg/mocks/CMakesList.txt
|
|
|
|
add_library(wwdg_mock STATIC
|
|
wwdg_hw.c
|
|
)
|
|
|
|
target_include_directories(wwdg_mock PUBLIC
|
|
${CMAKE_CURRENT_LIST_DIR}
|
|
)
|
|
|
|
|