diff --git a/CMakeLists.txt b/CMakeLists.txt index b67eb0b..8e84b6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(graphics CXX) +project(graphics LANGUAGES CXX) set(CMAKE_CXX_STANDARD 14) # Use C++14 standard for more features # set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic -Werror") # Set the compiler flags to include all warnings and treat them as errors