I cloned a github repository. It has been set to built with CMake. I want to build it in VS Code, but I cannot find a place to set CMake command line arguments.
When I execute CMake configure in VS Code, it complains cannot find some headers or libs. I test in terminal, when I set -D arguments, this error can be solved.
So, I wonder is there a place to pass CMake command line arguments in VS Code?
./binary -c config