Merge pull request #243 from MattGuerrette/master
Added CMAKE_SOURCE_DIR to runtime output directory
This commit is contained in:
commit
d387407426
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue