prefixed runtime output directory with CMAKE_SOURCE_DIR to be more explicit.

This commit is contained in:
MattGuerrette 2016-11-01 17:43:38 -04:00
parent 3983cbd732
commit 67fbbbf10d

View file

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