diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2015-10-07 16:42:32 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2015-10-07 16:42:32 +0200 |
commit | f55257afcef9eb64212c3ec97bfb1d8fa9dfb873 (patch) | |
tree | 46174906b490bbd114286015901a04ab2c3f1e06 | |
parent | 1b595a80934fa95234fb290913cfe533f740d965 (diff) | |
download | cmocka-f55257afcef9eb64212c3ec97bfb1d8fa9dfb873.tar.gz cmocka-f55257afcef9eb64212c3ec97bfb1d8fa9dfb873.tar.bz2 cmocka-f55257afcef9eb64212c3ec97bfb1d8fa9dfb873.zip |
INSTALL: Add example for Windows
Looks like it isn't clear for some people reading that file that we
support Windows and MSVC ...
-rw-r--r-- | INSTALL | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -21,7 +21,12 @@ GNU/Linux, MacOS X, MSYS/MinGW: cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug .. make -On Windows you should choose a makefile gernerator with -G. +On Windows you should choose a makefile gernerator with -G, for example: + + cmake -G "Visual Studio 12 2013" -DCMAKE_BUILD_TYPE=Debug /path/to/source + +You can also use the CMake GUI which is shipped with CMake. It will list all +available generators for MSVC on Windows. ### CMake standard options Here is a list of the most interesting options provided out of the box by |