Specify CXX as the language being used for the project

This commit is contained in:
Juan Ramos 2022-11-29 10:28:32 -07:00
parent 5b61b5599d
commit 5d969741c1

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9)
project(VulkanMemoryAllocator)
project(VulkanMemoryAllocator LANGUAGES CXX)
# https://cmake.org/cmake/help/latest/variable/PROJECT_IS_TOP_LEVEL.html
string(COMPARE EQUAL ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_SOURCE_DIR} PROJECT_IS_TOP_LEVEL)