prefixed runtime output directory with CMAKE_SOURCE_DIR to be more explicit.
This commit is contained in:
parent
3983cbd732
commit
67fbbbf10d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue