Add documentation on how to build the generator, tests, and samples.

This commit is contained in:
Markus Tavenrath
2020-08-13 11:38:21 +02:00
parent 6082e868ad
commit 6f4e1e41a7
3 changed files with 19 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.2)
project(Vulkan-Hpp_Tests)
option (TESTS_BUILD_WITH_LOCAL_VULKAN_HPP "Build with local Vulkan headers" OFF)
option (TESTS_BUILD_WITH_LOCAL_VULKAN_HPP "Build with local Vulkan headers" ON)
option (TESTS_BUILD_ONLY_DYNAMIC "Build only dynamic" OFF)
if (NOT (TESTS_BUILD_ONLY_DYNAMIC AND TESTS_BUILD_WITH_LOCAL_VULKAN_HPP))