Do not set CMAKE_RUNTIME_OUTPUT_DIRECTORY
diff --git a/CMakeLists.txt b/CMakeLists.txt
index da7e883..c84ce9d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,9 +6,6 @@
 
 find_package(Vulkan REQUIRED)
 
-# Put binaries into bin folder
-set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/bin)
-
 # VulkanMemoryAllocator contains an example application and VmaReplay which are not build by default
 option(VMA_BUILD_EXAMPLE_APP "Build VulkanMemoryAllocator example application" OFF)
 option(VMA_BUILD_EXAMPLE_APP_SHADERS "Build VulkanMemoryAllocator example application's shaders" OFF)