Lines Matching +full:cmake +full:- +full:gcc
1 … Support Library [![Build Status](https://travis-ci.org/Microsoft/GSL.svg?branch=master)](https://…
31 * Windows using GCC 5.1
33 * GNU/Linux using Clang/LLVM 3.6-3.9
38 * GNU/Linux using GCC 5.1
40 * OS X Yosemite using GCC-5.2.0
41 * OS X Sierra 10.12.4 using Apple LLVM version 8.1.0 (Clang-802.0.42)
43 * OS X High Sierra 10.13.2 (17C88) using Apple LLVM version 9.0.0 (clang-900.0.39.2)
49 …sup> For `gsl::byte` to work correctly with Clang and GCC you might have to use the ` -fno-strict-…
54 * [CMake](http://cmake.org), version 3.1.3 or later to be installed and in your PATH.
58 …tain the build outputs for a particular architecture (we name it c:\GSL\build-x86 in this example).
61 md build-x86
62 cd build-x86
64 2. Configure CMake to use the compiler of your choice (you can see a list by running `cmake --help`…
66 cmake -G "Visual Studio 14 2015" c:\GSL
70 cmake --build . --config Debug
74 ctest -C Debug
76 All tests should pass - indicating your platform is fully supported and you are ready to use the GS…
90 GCC/clang
92 -I$HOME/dev/GSL/include