Don't link with libwinmm unless WinMM is enabled
commit043e25b6024119c28eb8d6d4f057ab01847a3b95
authorChris Robinson <chris.kcat@gmail.com>
Sat, 19 Apr 2014 15:50:41 +0000 (19 08:50 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 19 Apr 2014 15:50:41 +0000 (19 08:50 -0700)
tree7fa4caf7c2c4f056e43a28eb49ab2884c40a9a3f
parent96c559fbefd3a98068ac9e1ff66b88278d8ed8a2
Don't link with libwinmm unless WinMM is enabled

We don't use timeGetTime for timing anymore, so winmm only needs to be linked
when the winmm backend is enabled.
CMakeLists.txt