[CMake] Tweak CMake project to include non-buildable files in the CodeBlocks project file
Andreas Pakulat
apaku at gmx.de
Sun Jan 11 16:27:49 EST 2015
Hi,
I'm using QtCreator with CMake and have several files that are included in
targets depending on the platform on which I build.
Files that are not enabled on the current platform will not be included by
CMake in the CodeBlocks file which in turn is used by QtCreator.
Since QtCreator only picks up files listed in the CodeBlocks project file
for its project view I cannot easily open certain files using QtCreator.
I'm wondering wether CMake has a mechanism that would make these files show
up in the CodeBlocks project file without them being actually compiled by
the project build (I'm using Ninja for that part)? I was thinking of
something similar to what can be used to create groups etc. for VS projects.
Andreas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20150111/86e3283f/attachment.html>
More information about the CMake
mailing list