Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SaschaWillems/Vulkan
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed Oct 13, 2023
2 parents f0d9431 + 48c6aaa commit cb836dd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/\")
Expand Down

0 comments on commit cb836dd

Please sign in to comment.