Re: [CMake] Call function from name and list, including empty elements?

2018-09-29 Thread Craig Scott
On Sun, Sep 30, 2018 at 2:28 AM Jan Wielemaker wrote: > Hi > > I'm converting a big project (SWI-Prolog) to cmake. Still a newbie wrt. > cmake, but quite happy. There is one thing that I can't get done: > install the system using symbolic links to the source tree. This is in > this case really ha

[CMake] Call function from name and list, including empty elements?

2018-09-29 Thread Jan Wielemaker
Hi I'm converting a big project (SWI-Prolog) to cmake. Still a newbie wrt. cmake, but quite happy. There is one thing that I can't get done: install the system using symbolic links to the source tree. This is in this case really handy for developers. I've come as far as understanding: - The g