Merge pull request #243 from MattGuerrette/master

Added CMAKE_SOURCE_DIR to runtime output directory
This commit is contained in:
Sascha Willems 2016-11-03 09:01:15 +01:00 committed by GitHub
commit d387407426

View file

@ -65,7 +65,7 @@ ELSE(WIN32)
link_libraries(${XCB_LIBRARIES} ${VULKAN_LIB}) link_libraries(${XCB_LIBRARIES} ${VULKAN_LIB})
ENDIF(WIN32) ENDIF(WIN32)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "bin/") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR}/bin/")
set(EXAMPLES set(EXAMPLES
bloom bloom