Vulkan: Changes to CMake config.

Paths to vulkan libraries, paths and related components were
hardcoded in the platform cmake file. This patch separates
this by using adding CMake modules for Vulkan and ShaderC.

This change has only been applied to the macOs configuration as
that is currently our main platform for development. Other platforms
will be added during the development of the Vulkan back-end.
This commit is contained in:
Jeroen Bakker
2023-01-30 11:24:06 +01:00
parent 084dd110c9
commit a36c1cabce
7 changed files with 142 additions and 16 deletions

View File

@@ -7,6 +7,7 @@ set(INC
set(INC_SYS
${VULKAN_INCLUDE_DIRS}
${MOLTENVK_INCLUDE_DIRS}
)
set(SRC