afmt cmakelists.txt
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
target_sources(${TARGET_NAME} PRIVATE
|
||||
STM32TestTask.cpp
|
||||
)
|
||||
target_sources(${TARGET_NAME} PRIVATE STM32TestTask.cpp)
|
||||
|
||||
option(STM32_ADD_NETWORKING_CODE "Add networking code requiring lwIP" ON)
|
||||
|
||||
if(STM32_ADD_NETWORKING_CODE)
|
||||
add_subdirectory(networking)
|
||||
endif()
|
||||
add_subdirectory(networking)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user