CMake: Difference between revisions

169 bytes added ,  31 January 2020
no edit summary
No edit summary
No edit summary
 
Line 12: Line 12:
cmake --build .
cmake --build .
</syntaxhighlight>
</syntaxhighlight>
===CLI===
Flags:
* <code>-G</code> Set the generator. Run without anything to see a list of generators.
** Common generators: "MSYS Makefiles", "Visual Studio 16 2019"


==Resources==
==Resources==
* [https://cmake.org/cmake-tutorial/ Official CMake tutorial]
* [https://cmake.org/cmake-tutorial/ Official CMake tutorial]