admin管理员组

文章数量:1293159

I want to try to launch CMake with multiple threads, so I want to do:

cmake --build . -j 6

But I want to use the GUI, because there I can set the variables/flags that I can see instead of having to remember all the flags. How can I do this in the GUI?

本文标签: How do add flags to CMake using the GUIStack Overflow