diff --git a/CMakeLists.txt b/CMakeLists.txt index c8fa838b..28353f47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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/\")