Am 02.02.2021 um 15:47 schrieb Curtiss, Robert:
> [..]
> Question:
>
> What files do I need to incorporate into my project and do they need to
> reside in a specific hierarchy of directories, or can they all reside in
> my project directory?

Just look at Filelists.cmake or Filelists.mk in 'src'. Obviously, you
only need to include .c files, so nothing from 'include'.

Additionally, you need to add 'src/include' to your project's include
paths. For the core files, that should be it.

Regards,
Simon

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to