lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Incorporating lwIP Into VisualGDB Project


From: address@hidden
Subject: Re: [lwip-users] Incorporating lwIP Into VisualGDB Project
Date: Tue, 2 Feb 2021 20:47:54 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]