Re: [CMake] crosscompilation and source generation via add_custom_command

2020-02-03 Thread Jędrzej Dudkiewicz
On Mon, Feb 3, 2020 at 9:22 PM Hendrik Sattler wrote: > Am 3. Februar 2020 20:48:50 MEZ schrieb "Jędrzej Dudkiewicz" > : > >Hello, > > > >I cross-compile a project from x86_64-linux-gnu to > >arm-linux-gnueabihf. Currently this is done using hand-written > >Makefiles, but I"m moving it to cmake.

Re: [CMake] crosscompilation and source generation via add_custom_command

2020-02-03 Thread Hendrik Sattler
Am 3. Februar 2020 20:48:50 MEZ schrieb "Jędrzej Dudkiewicz" : >Hello, > >I cross-compile a project from x86_64-linux-gnu to >arm-linux-gnueabihf. Currently this is done using hand-written >Makefiles, but I"m moving it to cmake. This project uses custom >version of `lemon` parser generator. Afor

[CMake] crosscompilation and source generation via add_custom_command

2020-02-03 Thread Jędrzej Dudkiewicz
Hello, I cross-compile a project from x86_64-linux-gnu to arm-linux-gnueabihf. Currently this is done using hand-written Makefiles, but I"m moving it to cmake. This project uses custom version of `lemon` parser generator. Aforementioned lemon is included as a source - this is single .c file that i