Using Unix Makefile generator in Visual Studio Code

Igor Sobinov 1 Reputation point
2022-05-25T14:23:57.12+00:00

Hello,
I have a Linux project that is usually build by set of commands

mkdir tmp && cd tmp
cmake ../ && make

I opened this project in Visual Studio Code with cmake plugin by Microsoft. Visual Studio Code uses by default Ninja build system but I need to use Unix Makefile because Ninja doesn't support some commands.
Is any way to do that in Visual Studio Code?

Community Center | Not monitored
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.