A fork of vulkan-headers packaged for the Zig build system. Original: https://github.com/hexops/vulkan-headers
Find a file
Nuno Subtil 1c8d71f98a build: Fix install target path
Use CMAKE_CURRENT_SOURCE_DIR instead of CMAKE_SOURCE_DIR when defining
the path for the source files to be installed.

CMAKE_SOURCE_DIR always points at the directory containing the root
CMakeLists.txt, while CMAKE_CURRENT_SOURCE_DIR points at the directory
containing the current project's CMakeLists.txt. These are normally
identical, except when another CMake project includes this project via
add_subdirectory() --- in that case, CMAKE_CURRENT_SOURCE_DIR is the
right variable to use when composing paths to files within the current
project tree.

Change-Id: I4bdcc3bf538e96c43ae5f4ff6758cf45992442e0
2018-12-03 11:02:49 -07:00
cmake cmake: Add Kitware copyright 2018-06-27 11:24:55 -06:00
include/vulkan headers: Update to Vulkan header version 1.1.94 2018-11-27 11:25:12 -07:00
registry headers: Update to Vulkan header version 1.1.94 2018-11-27 11:25:12 -07:00
.cmake-format.py build: CMakeLists.txt cleanup 2018-09-07 13:51:11 -06:00
.gitattributes repo: Add .gitattributes file 2018-09-07 13:45:38 -06:00
.gitignore repo: Add to vim temp files to .gitignore 2018-09-07 13:48:52 -06:00
BUILD.md doc: Update BUILD.md [skip ci] 2018-06-18 19:48:55 -06:00
CMakeLists.txt build: Fix install target path 2018-12-03 11:02:49 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-10-10 16:06:12 -04:00
LICENSE.txt Revert LICENSE to Apache 2.0 2018-10-03 10:16:17 -04:00
README.md docs: Fix whitespace 2018-07-16 14:58:10 -06:00

Vulkan-Headers

Vulkan Header files and API registry

Repository Content

The contents of this repository are largely obtained from other repositories and are collected, coordinated, and curated here.

The projects for these repositories are:

Please visit the appropriate project in the above list for obtaining additional information, asking questions, or opening issues.