Specify languages and allow C++ usage

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2023-04-05 22:51:55 +02:00
parent c96c9f0f8c
commit 8ea326e429
No known key found for this signature in database
GPG key ID: D850A5F772E880F9
6 changed files with 34 additions and 4 deletions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(nrealAirDebugD3)
project(nrealAirDebugD3 C)
set(CMAKE_C_STANDARD 17)

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(nrealAirDebugD4)
project(nrealAirDebugD4 C)
set(CMAKE_C_STANDARD 17)