We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf90f9b commit abc685dCopy full SHA for abc685d
CMAKE_README.txt
@@ -7,6 +7,7 @@ Windows:
7
"Visual Studio 12 2013 Win64"
8
"Visual Studio 14 2015 Win64"
9
"Visual Studio 15 2017 Win64"
10
+"Visual Studio 16 2019" -A x64
11
Mac:
12
"Xcode"
13
Linux: (see note below)
@@ -18,4 +19,4 @@ For Linux Only:
18
19
On linux, Debug and Release options are generated by cmake and must be specified like so:
20
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
21
or
-cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
22
+cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
0 commit comments