code cleanup
This commit is contained in:
parent
2df245d4ba
commit
5a32ce8bb9
2 changed files with 5 additions and 30 deletions
|
@ -1,7 +1,8 @@
|
|||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
#set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
||||
set(SOURCES
|
||||
abfall.cpp)
|
||||
abfall.cpp
|
||||
)
|
||||
|
||||
add_executable(${CMAKE_PROJECT_NAME} ${SOURCES})
|
||||
|
||||
|
@ -24,11 +25,9 @@ set_target_properties(${CMAKE_PROJECT_NAME}
|
|||
pico_enable_stdio_uart(${CMAKE_PROJECT_NAME} 1)
|
||||
pico_enable_stdio_usb(${CMAKE_PROJECT_NAME} 0)
|
||||
|
||||
|
||||
|
||||
target_link_libraries(${CMAKE_PROJECT_NAME}
|
||||
pico_stdlib
|
||||
pico_cyw43_arch_lwip_threadsafe_background
|
||||
pico_stdlib
|
||||
pico_cyw43_arch_lwip_threadsafe_background
|
||||
)
|
||||
|
||||
pico_add_extra_outputs(${CMAKE_PROJECT_NAME})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue