Lines Matching full:cmake
1 == How to build expat with cmake (experimental) ==
3 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual
4 Studio) and should work on all other platform cmake supports.
11 From that directory, call cmake first, then call make, make test and
13 ~/expat-2.2.5/build$ cmake ..
22 -DCMAKE_INSTALL_PREFIX=/your/install/path to the cmake call.
33 For Windows builds, you must make sure to call cmake from an environment where
37 special Generator for CMake:
39 cmake .. -G "Visual Studio 10" && vcexpress expat.sln
41 cmake .. -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=D:\expat-install