[cmake-developers] Adding source files not built by targets to CMake project

2015-11-20 Thread Marcus D. Hanwell
Hi, As far as I know this is not possible, but I would love for someone to point out the CMake invocation I missed. More and more we use a mixture of languages in projects, such as in VTK where we have Python wrapping, and tomviz where we have a number of algorithms implemented in Python (and I

Re: [cmake-developers] Adding source files not built by targets to CMake project

2015-11-20 Thread Nils Gladitz
On 11/20/2015 04:43 PM, Marcus D. Hanwell wrote: I would like to see these files listed in Qt Creator (or insert your IDE of choice here). Is there anyway to do this, knowing that these files are not going to be built for a target (or compiled in any way). Any trick I am missing to make this

Re: [cmake-developers] Adding source files not built by targets to CMake project

2015-11-20 Thread Marcus D. Hanwell
On Fri, Nov 20, 2015 at 10:46 AM, Nils Gladitz wrote: > On 11/20/2015 04:43 PM, Marcus D. Hanwell wrote: >> >> I would like to see these files listed in Qt Creator (or insert your >> IDE of choice here). Is there anyway to do this, knowing that these >> files are not going