The Vulkan-Headers package contains a set of header files necessary to build and link applications against the Vulkan API.
Install Vulkan-Headers by running the following commands:
mkdir build && cd build && cmake -D CMAKE_INSTALL_PREFIX=/usr -G Ninja .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
For a full list of options and values, make sure you are in a build directory, then run cmake -LAH ...