Lines Matching full:cmake
16 Building PCRE2 on Windows with CMake
32 There is also support for CMake, which some users prefer, especially in Windows
34 section entitled "Building PCRE2 on Windows with CMake" below.
38 provided for those who build PCRE2 without using "configure" or CMake. If you
39 use "configure" or CMake, the .generic versions are not used.
45 hand". If you are going to use CMake, this section does not apply to you; you
46 can skip ahead to the CMake section.
187 are using CMake (see "BUILDING PCRE2 ON WINDOWS WITH CMAKE" below) and the gcc
216 COMMENTS ABOUT WIN32 BUILDS (see also "BUILDING PCRE2 ON WINDOWS WITH CMAKE")
221 support for building using CMake, which some users find a more straightforward
278 BUILDING PCRE2 ON WINDOWS WITH CMAKE
280 CMake is an alternative configuration facility that can be used instead of
281 "configure". CMake creates project files (make files, solution files, etc.)
284 spaces in the names for your CMake installation and your PCRE2 source and build
289 event that errors do occur, it is recommended that you delete the CMake cache
290 before attempting to repeat the CMake build process. In the CMake GUI, the
293 1. Install the latest CMake version available from http://www.cmake.org/, and
294 ensure that cmake\bin is on your path.
304 4. Run cmake-gui from the Shell envirornment of your build tool, for example,
306 to start Cmake from the Windows Start menu, as this can lead to errors.
326 cmake-gui and use the generated build system with your compiler or IDE.
331 12. If during configuration with cmake-gui you've elected to build the test
341 If configured with CMake, building the test project ("make test" or building