[CMake] How to read and compile dynamically-generated list of cpp files

2014-02-03 Thread gimmeamilk gimmeamilk
Hi all, I have a custom tool that processes a given list of IDL files and produces a number of .cpp and .h files as output. I want to add those files to the list of things to compile in my CMakeLists, and also model the dependencies those files have on the IDL. To keep things simple, I will state

Re: [CMake] How to read and compile dynamically-generated list of cpp files

2014-02-03 Thread Gimmeamilk
it? On Mon, Feb 3, 2014 at 8:44 AM, gimmeamilk gimmeamilk gimmeamilkb...@googlemail.com wrote: Hi all, I have a custom tool that processes a given list of IDL files and produces a number of .cpp and .h files as output. I want to add those files to the list of things to compile in my CMakeLists