Windows build: rename vulkan.0.dll to vulkan-0.dll
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d4b9cfa..00a25c5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@
 # set (CMAKE_VERBOSE_MAKEFILE 1)
 
 # The MAJOR number of the version we're building, used in naming
-# vulkan.<major>.dll (and other files).
+# vulkan-<major>.dll (and other files).
 set(MAJOR "0")
 
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")