minor fixes
This commit is contained in:
@ -2,4 +2,8 @@ target_sources(${TARGET_NAME} PRIVATE
|
||||
STM32TestTask.cpp
|
||||
)
|
||||
|
||||
add_subdirectory(networking)
|
||||
option(STM32_ADD_NETWORKING_CODE "Add networking code requiring lwIP" OFF)
|
||||
|
||||
if(STM32_ADD_NETWORKING_CODE)
|
||||
add_subdirectory(networking)
|
||||
endif()
|
Reference in New Issue
Block a user