Shawn Chen

Results 3 comments of Shawn Chen

Generating VS projects directly from `buck project` is not supported. But you can use `buck query` to generate CMake files and then to visual studio projects

If you want, you can also consider contributing to make `buck project` support VS proj generation.

Hi! All C++ coverage options get enabled by passing command line options to the compiler and/or linker, so all you need to do is read the compiler documentation and instruct...