Correct project name in CMakeLists

This commit is contained in:
Marcel Plch 2024-09-29 22:08:04 +02:00
parent edfe78a36e
commit f9a4518949
Signed by: dormouse
GPG key ID: 2CA77596BC4BDFFE

View file

@ -1,6 +1,6 @@
# CMake entry point
cmake_minimum_required (VERSION 3.27.1)
project(OpenGL_Analog_Clock C)
project(CX C)
cmake_policy(SET CMP0072 NEW)
find_package(OpenGL REQUIRED)