Re: [CMake] Specify extra files for display in IDE

2018-09-05 Thread Daniel Eiband
? Daniel From: Eric Noulard [mailto:eric.noul...@gmail.com] Sent: Mittwoch, 5. September 2018 11:22 To: Daniel Eiband Cc: CMake Mailinglist Subject: Re: [CMake] Specify extra files for display in IDE Le mer. 5 sept. 2018 à 11:00, Daniel Eiband mailto:daniel.eib...@brainlab.com>> a écri

Re: [CMake] Specify extra files for display in IDE

2018-09-05 Thread Eric Noulard
Le mer. 5 sept. 2018 à 11:00, Daniel Eiband a écrit : > Hi, > > > > I managed to solve the presentation of object libraries by renaming the > targets and hiding certain targets in folders. I think this solution is > acceptable. > > > > The issue with the display of header only libraries in IDEs,

Re: [CMake] Specify extra files for display in IDE

2018-09-05 Thread Daniel Eiband
...@cmake.org] On Behalf Of Daniel Eiband Sent: Donnerstag, 30. August 2018 15:47 To: Eric Noulard Cc: CMake Mailinglist Subject: Re: [CMake] Specify extra files for display in IDE Hi Eric, Thank you for your answers! Visual Studio supports the source_group command, but it cannot be used to

Re: [CMake] Specify extra files for display in IDE

2018-08-30 Thread Daniel Eiband
Eric Noulard [mailto:eric.noul...@gmail.com] Sent: Donnerstag, 30. August 2018 14:40 To: Daniel Eiband Cc: CMake Mailinglist Subject: Re: [CMake] Specify extra files for display in IDE Le jeu. 30 août 2018 à 12:32, Daniel Eiband mailto:daniel.eib...@brainlab.com>> a écrit : Hi, I’m currently

Re: [CMake] Specify extra files for display in IDE

2018-08-30 Thread Eric Noulard
Le jeu. 30 août 2018 à 12:32, Daniel Eiband a écrit : > Hi, > > > > I’m currently migrating a code base from a proprietary MSBuild based > generator to CMake 3.11 which is shipped with Visual Studio. There are two > aspects to this task: > > > > 1) Integration of custom build steps > > 2) Present

[CMake] Specify extra files for display in IDE

2018-08-30 Thread Daniel Eiband
Hi, I'm currently migrating a code base from a proprietary MSBuild based generator to CMake 3.11 which is shipped with Visual Studio. There are two aspects to this task: 1) Integration of custom build steps 2) Presentation in the IDE The first aspect of integrating all of our custom build step