Correct project name in CMakeLists
This commit is contained in:
parent
edfe78a36e
commit
f9a4518949
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# CMake entry point
|
# CMake entry point
|
||||||
cmake_minimum_required (VERSION 3.27.1)
|
cmake_minimum_required (VERSION 3.27.1)
|
||||||
project(OpenGL_Analog_Clock C)
|
project(CX C)
|
||||||
cmake_policy(SET CMP0072 NEW)
|
cmake_policy(SET CMP0072 NEW)
|
||||||
|
|
||||||
find_package(OpenGL REQUIRED)
|
find_package(OpenGL REQUIRED)
|
||||||
|
|
Loading…
Reference in a new issue