Merge branch 'master' of https://github.com/SaschaWillems/Vulkan
This commit is contained in:
commit
cb836dd6d0
1 changed files with 0 additions and 7 deletions
|
|
@ -111,13 +111,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|||
|
||||
file(GLOB SOURCE *.cpp )
|
||||
|
||||
# Build all examples
|
||||
function(buildExamples)
|
||||
foreach(EXAMPLE ${EXAMPLES})
|
||||
buildExample(${EXAMPLE})
|
||||
endforeach(EXAMPLE)
|
||||
endfunction(buildExamples)
|
||||
|
||||
if(RESOURCE_INSTALL_DIR)
|
||||
add_definitions(-DVK_EXAMPLE_ASSETS_DIR=\"${RESOURCE_INSTALL_DIR}/\")
|
||||
add_definitions(-DVK_EXAMPLE_SHADERS_DIR=\"${RESOURCE_INSTALL_DIR}/shaders/\")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue