Guest User

Untitled

a guest
May 16th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. To build in this way whilst specifying the generator for CMake, type
  2.  
  3. CMake -G "generator_name" ..
  4.  
  5. So for instance, if you wanted to generate project files and all you need to build via CodeBlocks with MinGW installed, type
  6.  
  7. CMake -G "CodeBlocks - MinGW Makefiles"
  8.  
  9. which is what I used.
  10. A full list on available generators is available upon typing
  11.  
  12. CMake
  13.  
  14. it should be at the end of the output.
Add Comment
Please, Sign In to add comment