diff options
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ Another example, using Cygwin + MinGW-w64 + `make` (again, targetting x86-64): > cmake -G "Unix Makefiles" \ -D CMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ + -D CMAKE_RC_COMPILER=x86_64-w64-mingw32-windres -D CMAKE_BUILD_TYPE=Release \ /cygdrive/d/workspace/personal/privilege-test ... |