Mark all projects as C++-only. (#1554)
This commit is contained in:
committed by
GitHub
parent
be1bb7645f
commit
bf8bee64e1
@@ -14,8 +14,6 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
|
||||
project(Vulkan-Hpp_Samples)
|
||||
|
||||
option (SAMPLES_BUILD_WITH_LOCAL_VULKAN_HPP "Build with local Vulkan headers" ON)
|
||||
option (SAMPLES_BUILD_ONLY_DYNAMIC "Build only dynamic. Required in case the Vulkan SDK is not available" OFF)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
|
||||
project(utils)
|
||||
project(utils LANGUAGES CXX)
|
||||
|
||||
set(HEADERS
|
||||
math.hpp
|
||||
|
||||
Reference in New Issue
Block a user