cmake: Add support for test build
This commit is contained in:
6
components/bootloader_support/test/CMakeLists.txt
Normal file
6
components/bootloader_support/test/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
set(COMPONENT_SRCDIRS ".")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
set(COMPONENT_REQUIRES unity bootloader_support app_update)
|
||||
|
||||
register_component()
|
||||
Reference in New Issue
Block a user