[CMake] General question:
Kyle Edwards
kyle.edwards at kitware.com
Tue Jun 4 11:13:07 EDT 2019
On Tue, 2019-06-04 at 17:11 +0200, Steven Truppe wrote:
> I want the output not to be 'in' but 'glade' ...
>
>
> On 04.06.19 17:10, Steven Truppe wrote:
> >
> > Hi everyone again,
> >
> >
> > i've the following code:
> >
> > https://paste.debian.net/1086040/
> >
> > and i just try to traverse a list and include files whose part of
> > the
> > name are the list entries.
> >
> >
> > best regards!
> >
Please see the foreach() documentation:
https://cmake.org/cmake/help/v3.14/command/foreach.html
I think you want:
foreach(lib IN LISTS libs)
Kyle
More information about the CMake
mailing list