Fixed freeglut.pdb install for builds with MSVC compiler and NMake.
authorSean Moore <sean@219design.com>
Mon, 31 Jul 2017 20:49:16 +0000 (20:49 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Mon, 31 Jul 2017 20:49:16 +0000 (20:49 +0000)
commit002dae879eda329f38fe65cb6f99d4f481a2eb47
tree5e663322b347d88ecf57fcb9bad7567218cd2e67
parent155d9d0f851f035871188033b7b757ac2fd02693
Fixed freeglut.pdb install for builds with MSVC compiler and NMake.

The CMake variable "MSVC" indicates that the Visual Studio compiler is
used but  when using that compiler and the "NMake Makefiles JOM" build
generator the *.pdb is wasn't output in a "Debug" directory.

(cherry picked from commit 4e6bceed00b2c64a3cfc0bcbf84350f656a4a7c3)

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1834 7f0cb862-5218-0410-a997-914c9d46530a
CMakeLists.txt