build: Update known-good files for 1.2.146 header
[platform/upstream/Vulkan-Tools.git] / CMakeLists.txt
index ec399d6..fea4515 100644 (file)
@@ -33,6 +33,9 @@ find_package(PythonInterp 3 QUIET)
 # This section contains variables that affect development GUIs (e.g. CMake GUI and IDEs), such as option(), folders, and variables
 # with the CACHE property.
 
+# Enable beta Vulkan extensions
+add_definitions(-DVK_ENABLE_BETA_EXTENSIONS)
+
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
 
 option(BUILD_CUBE "Build cube" ON)