[CMake] WinRT

2019-01-24 Thread Richard Frank via CMake
Is there a basic example for targeting a WinRT C++ application? Thanks Rick -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more informat

Re: [CMake] Generator for Visual Studio Code (Ubuntu)

2018-03-19 Thread Richard Frank
c Generator – by default > CMake Tools will use the default generator (I think). So Makefiles should be > fine. > > Is that what you were looking for? > > Andrew Gaspar > > From: CMake on behalf of Richard Frank > > Sent: Sunday, March 18, 2018 4:18:34 PM > To

[CMake] Generator for Visual Studio Code (Ubuntu)

2018-03-18 Thread Richard Frank
Hi I’m trying out Visual Studio Code on Ubuntu 16.04. There’s support for CMake built in but if I use CMake externally was generator should I use? Thanks Rick Frank -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ

[CMake] ITK 4.0, CMake, Intel compiler

2012-05-05 Thread Richard Frank
I'm trying to build ITK 4.0 (and 4.1) with CMake 2.5.8 and using the Intel C++ compiler. Cmake is adding windows runtime libraries in all the projects with a command such as -lrptc4.dll which seems to cause visual studio 2010 problems - it complains that /rptc4.dll is not a valid command.