[CMake] Experiments in CMake support for Clang (header & standard) modules

2018-04-19 Thread David Blaikie
Hi there, I'm experimenting with creating examples (& potential changes to CMake itself, if needed/useful) of building clang modules (currently using the semi-backwards compatible "header modules", with the intent of also/moving towards supporting pre-standard C++ modules in development in Clang).

Re: [CMake] Generating MSVS solution files that can be passed around

2018-04-19 Thread Zaak Beekman
Thanks Jano, that's the work flow I was considering. On Thu, Apr 19, 2018 at 5:33 PM Jano Svitok wrote: > You don't have to install cmake. Just get the zip version, unzip in > somewhere along your sources and you are done. > I'm not sure whether any runtime dlls are needed, but I suppose not. >

Re: [CMake] Generating MSVS solution files that can be passed around

2018-04-19 Thread Jano Svitok
You don't have to install cmake. Just get the zip version, unzip in somewhere along your sources and you are done. I'm not sure whether any runtime dlls are needed, but I suppose not. We use cmake like that. We've committed a copy in our git repo, and have a simple means to update cmake for everyo

Re: [CMake] Generating MSVS solution files that can be passed around

2018-04-19 Thread Zaak Beekman
Ha, yeah that’s an option. The problem is that they’re not “my” contractors. They are the client’s contractors. We’ll see. On Thu, Apr 19, 2018 at 12:52 PM Cristian Adam wrote: > On Thu, Apr 19, 2018 at 5:46 PM, Zaak Beekman wrote: > >> The situation is that we have a client who works with other

Re: [CMake] Generating MSVS solution files that can be passed around

2018-04-19 Thread Cristian Adam
On Thu, Apr 19, 2018 at 5:46 PM, Zaak Beekman wrote: > The situation is that we have a client who works with other contractors > who use almost exclusively windows and MSVS. This client wants to > distribute MSVS solution files with the source code so that other > contractors don’t have to instal

Re: [CMake] Generating MSVS solution files that can be passed around

2018-04-19 Thread Zaak Beekman
On Thu, Apr 19, 2018 at 11:51 AM Konstantin Tokarev wrote: > Then your best choice is probably Premake (http://premake.github.io/) > No. Big project. Have build system. CMake has 1st class language support for Fortran. I can't introduce a LUA dependency. -- Powered by www.kitware.com Please

Re: [CMake] Generating MSVS solution files that can be passed around

2018-04-19 Thread Konstantin Tokarev
19.04.2018, 18:46, "Zaak Beekman" : > Greetings fellow CMake users! > > While I know this topic has been discussed intermittently over the years I > was wondering if anyone had any further insight. > > The situation is that we have a client who works with other contractors who > use almost excl

[CMake] Generating MSVS solution files that can be passed around

2018-04-19 Thread Zaak Beekman
Greetings fellow CMake users! While I know this topic has been discussed intermittently over the years I was wo