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
Inspect CMakeLists.txt
and other
CMake related files for a full
list of options.