[CMake] Windows Phone 10.0 and Windows Phone 8.1 support

2016-05-19 Thread Roman Wüger
Hi, I read that CMake has support for those platforms. Is there a way to modify the *.appxrecipe file or is there a chance to add files before packaging to an *.appx file? Thanks in advance Regards Roman -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at

Re: [CMake] Visual Studio : can I add a references to a cmake generated vcxproj ?

2016-05-19 Thread iosif neitzke
We did on a regular basis during a transition period to hook up existing .vcproj files to a CMake generated solution as we were converting fully to CMake. I believe you can control what GUID gets generated by CMake by using target properties in your CMakeLists.txt file: https://stackoverflow.com/

Re: [CMake] What is the purpose of cmake's -N parameter?

2016-05-19 Thread Steven Velez
Well, sent that a little too soon. I just realized that in my testing, I wasn't specifying the source directory (which is an error) and when I do "-N" does affect how "-L" behaves... However, -L still leaves a lot of cache variables out (as does -LA), and I would like to see the value of CMAKE_PR

[CMake] What is the purpose of cmake's -N parameter?

2016-05-19 Thread Steven Velez
The docs say: View mode only. > > Only load the cache. Do not actually run configure and generate steps. > But I wonder what you can do with cmake after that to view the cache? The -L parameter seems to display the same set of variables with or without this set, and scripts run in process script

[CMake] Visual Studio : can I add a references to a cmake generated vcxproj ?

2016-05-19 Thread Benjamin Ballet via CMake
Hi folks Is there a reason not to add a references to a cmake generated project from a classic visual studio project ? Anyone does it on a daily basis ? I'm worrying about the generated ProjectGUID : The guid of the project is stored in the classic visual studio project as well as in the generat

[CMake] A bug that seems solved, but not listed in mantis log

2016-05-19 Thread Jakob van Bethlehem
Dear users, With cmake 3.2.2 doing the following with VS 2013: add_library(ObjectLib OBJECT source1.cpp source2.cpp) add_library(MyDll SHARED $https://cmake.org/Bug/changelog_page.php. Does anyone know whether this bug was solved as part of some other bug or feature and if yes, which one? Sincer

Re: [CMake] Custom languages supported by all generators?

2016-05-19 Thread Niklas Therning
Thanks, native support for C# in cmake would be ideal, can't wait for that to happen! What I'm attempting now in the meantime is just to make use of the less powerful, builtin support for adding custom languages, like the repo I linked to does for Haskell. There's also some support for this shipped

Re: [CMake] Custom languages supported by all generators?

2016-05-19 Thread Stuermer, Michael SP/HZA-ZSEP
Hi Niklas, native support for C# is not available in CMake. There is some work in progress, but it's not yet integrated: https://github.com/micst/CMake Unfortunately I haven't had the time yet to adapt the topic to the new formatting style, so it doesn't merge well with the current Kitware mas

[CMake] Custom languages supported by all generators?

2016-05-19 Thread Niklas Therning
Hi, I'd like to add support for compiling C# using enable_language(CSharp) to my project. Similar to cmake-haskell [1]. Before I attempt this I would like to know whether this is something all generators support? I searched through the cmake sources and it looked to me like only the Unix Makefiles

Re: [CMake] Finding list of fixed bugs in each CMake release

2016-05-19 Thread Rolf Eike Beer
Am 2016-05-19 09:01, schrieb Jakob van Bethlehem: Dear users, In order to try to 'sell' my team upgrading to the newest CMake version, I was looking for a list of bugs that are fixed (I think we have workarounds for some of them, but I'm not sure) in each CMake release. I was expecting to fi

[CMake] Finding list of fixed bugs in each CMake release

2016-05-19 Thread Jakob van Bethlehem
Dear users, In order to try to 'sell' my team upgrading to the newest CMake version, I was looking for a list of bugs that are fixed (I think we have workarounds for some of them, but I'm not sure) in each CMake release. I was expecting to find them in the release notes, and discovered that 'relea