Hi,
I'd like to understand if the Microsoft Visual Studio compiler, cl.exe, should be supported by the parser or not? The way I read the source code of cmake4eclipse there appears to be an extension and a class "MsclToolDetectionParticipant" which is intended to support this compiler. However, in my project I get
No parser for command 'C:\VisualStudio\2019\Community\VC\Tools\MSVC\14.27.29110\bin\Hostx86\x86\cl.exe /nologo /TP -IC:\Users\daniel\eclipse-workspace\MSTest\include /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MDd /Zi /Ob0 /Od /RTC1 /FoCMakeFiles\MSTest.dir\src\main.cpp.obj /FdCMakeFiles\MSTest.dir\ /FS -c C:\Users\daniel\eclipse-workspace\MSTest\src\main.cpp'. Your workbench will not know all include paths and preprocessor defines.
So, simple question is whether or not parser support for cl.exe should be present or not in cmake4eclipse? From the documentation is seems that it is not supported amount the "core" set of compilers at least?
I believe I have a recent setup of tools on Windows 10;
Eclipse IDE for C/C++ Developers (includes Incubating components)
Version: 2020-06 (4.16.0)
Build id: 20200615-1200
cmake4eclipse 2.1.2.202007111250 de.marw.cdt.cmake.feature.group Martin Weber
C/C++ Development Tools 9.11.1.202006011430 org.eclipse.cdt.feature.group Eclipse CDT
Visual Studio 2019.
Thanks
Daniel