Set the CMake project's language to C++.

This commit is contained in:
Username404-59 2021-02-14 02:47:46 +01:00
parent 3355ed9201
commit f339217a2f
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.18)
project(Yerbacon VERSION 0.0.1)
project(Yerbacon VERSION 0.0.1 LANGUAGES "CXX")
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)