Fleet for C++

Answered

Hey, has anyone have coding experience on fleet with C++ ? What should the .json contain in order to run these c++ files?

0
1 comment

Json file is a compilation database, a universal format describing the way C++ code in this project has to be compiled. Read more about it in our webhelp https://www.jetbrains.com/help/fleet/generating-a-json-compilation-database.html

0

Please sign in to leave a comment.