diff --git a/CMakeLists.txt b/CMakeLists.txt index 3362a59..802a49e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)