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

2018-03-19 Thread Stephen McDowell
You may also find this article useful, it seems to explain how to configure the JSON files you need to for more complicated build systems: https://medium.com/audelabs/c-development-using-visual-studio-code-cmake-and-lldb-d0f13d38c563

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

2018-03-19 Thread Mateusz Loskot
(you missed to reply to the mailing list!) On 19 March 2018 at 11:58, Richard Frank wrote: > Ok fair enough. So. I can output Unix make files and VS code can load those? Yes. If you have read the vscode-cmake extension docs https://vector-of-bool.github.io/, you would have seen that there is no

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

2018-03-19 Thread Mateusz Loskot
On 19 March 2018 at 11:51, Richard Frank wrote: > Yes I have that plugin. But for more complex build systems that build > multiple products, running CMake from a shell script, I wondered what > generator would be used, FWIW, there no such thing as CMake generator for "Visual Studio Code". VSCode

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

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

2018-03-18 Thread Andrew Gaspar
: cmake@cmake.org Subject: [CMake] Generator for Visual Studio Code (Ubuntu) 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 https://eur03

[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