andreasfertig / cppinsights

C++ Insights - See your source code with the eyes of a compiler
https://cppinsights.io
MIT License
4.04k stars 238 forks source link

How do I use it with cmake project #637

Closed DaydreamCoding closed 4 months ago

DaydreamCoding commented 4 months ago

The project uses cmake to build, there are various header file dependencies, using a single file will find a variety of files.

how to use cppinsights and cmake together

andreasfertig commented 4 months ago

Hello @DaydreamCoding,

sorry I don't follow. Are you asking how to build C++ Insights with cmake? The steps for that are described here: https://github.com/andreasfertig/cppinsights#building-outside-clang

Andreas

DaydreamCoding commented 4 months ago

https://github.com/devtbi/vscode-cppinsights/issues/15