From 5abebc5f1e81506b0d978154ab6d030b376c3f4b Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Fri, 7 Jan 2022 17:36:36 +0100 Subject: interface work in progress --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 025c271..5d9e149 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,8 @@ find_package(raylib 3.0 REQUIRED) # Requires at least version 3.0 set(CMAKE_C_STANDARD 11) # Requires C11 standard +set (CMAKE_CXX_STANDARD 17) + add_executable(${PROJECT_NAME} src/main.cpp src/window.cpp -- cgit v1.2.3