Using Unix Makefile generator in Visual Studio Code

Igor Sobinov
1
Reputation point
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
46,196 questions
Sign in to answer