I’m trying to compile an existing project to Linux and Mac.
The project combines both C++ and C# libraries. Apparently, the CMake C# generator only produces VS project files. But C++ I need to use either Make or Ninja.
In Windows it’s fine because I can just use VS for both C++ and C#.
Do you know if it’s possible to build this kind of mixed-C+±C# project in Linux and Mac?
1 Like