Skip to content

Commit abc685d

Browse files
authored
Update CMAKE_README.txt
1 parent bf90f9b commit abc685d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMAKE_README.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Windows:
77
"Visual Studio 12 2013 Win64"
88
"Visual Studio 14 2015 Win64"
99
"Visual Studio 15 2017 Win64"
10+
"Visual Studio 16 2019" -A x64
1011
Mac:
1112
"Xcode"
1213
Linux: (see note below)
@@ -18,4 +19,4 @@ For Linux Only:
1819
On linux, Debug and Release options are generated by cmake and must be specified like so:
1920
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
2021
or
21-
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
22+
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ..

0 commit comments

Comments
 (0)