Specify languages and allow C++ usage
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
parent
c96c9f0f8c
commit
8ea326e429
6 changed files with 34 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.16)
|
||||
project(nrealAirLibrary)
|
||||
project(nrealAirLibrary C)
|
||||
|
||||
set(CMAKE_C_STANDARD 17)
|
||||
|
||||
|
|
Reference in a new issue