Thread: CMake!
View Single Post
  #11  
Old 01-25-2013, 11:26 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

You can build MS NMake files to be compiled from command line. Though it isn't as straight forward since you need the msvc shell variables setup for your command line (eg by calling your installs vcvarsall.bat). For that you would need to pass -G "NMake Makefiles" to CMake.

You can also run CMake from the command line without input by just not supplying -i thereby forgoing interactive mode and it will complete automatically or fail with an error.
Reply With Quote