mirror of
https://github.com/cesanta/mongoose.git
synced 2025-07-29 17:06:14 +08:00
Remove symlinks in pico example
This commit is contained in:
parent
d903de6526
commit
8f358f09b8
@ -15,7 +15,12 @@ add_compile_definitions(
|
|||||||
add_executable(firmware
|
add_executable(firmware
|
||||||
driver_rp2040_rmii.c
|
driver_rp2040_rmii.c
|
||||||
main.c
|
main.c
|
||||||
mongoose.c
|
../../../mongoose.c
|
||||||
|
)
|
||||||
|
|
||||||
|
target_include_directories(firmware PUBLIC
|
||||||
|
.
|
||||||
|
../../..
|
||||||
)
|
)
|
||||||
|
|
||||||
# enable usb output, disable uart output
|
# enable usb output, disable uart output
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../../../mongoose.c
|
|
@ -1 +0,0 @@
|
|||||||
../../../mongoose.h
|
|
Loading…
Reference in New Issue
Block a user