Fix CMake project name

The CMake project name is set to be the same as the name of the first example.
I suggest it gets changed to the name of the Visual Studio solution included in the repository.
This commit is contained in:
Angelo Theodorou 2016-02-18 17:35:55 +00:00
parent 1647082260
commit 0166680572

View file

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
cmake_policy(VERSION 2.8)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
set(NAME bloom)
set(NAME vulkanExamples)
project(${NAME})