lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] Suggestion to split Filelists.cmake


From: Dirk Ziegelmeier
Subject: Re: [lwip-devel] Suggestion to split Filelists.cmake
Date: Sun, 3 Mar 2019 20:55:09 +0100

Hello Ari,

are these targets a problem for you? They are defined with EXCLUDE_FROM_ALL, so they are not built by default - only when you need them. So there should be no problem for your build??

Ciao
Dirk

On Sun, Mar 3, 2019 at 7:56 PM Ari Suutari <address@hidden> wrote:
Hi,

I have been integrating lwip into my own cmake-based build in a larger project.
Before, when I was using Gnu Make, I used to include Filelists.mk in my project
as it only provides some handy variables with source file names.

I assumed that Filelists.cmake would be the same for cmake world.
But it isn’t. In addition to variables like lwipcore_SRCS it also defines
some cmake targets, which I don’t need in my builds.

Would the project consider splitting Filelists.cmake into two files,
one that has only variables for source files names (like the Gnu Make Filelists.mk does)
and an another one, which has rest of the stuff ? This would make integration
easier.

   Ari S.


_______________________________________________
lwip-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-devel

reply via email to

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