1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-03 09:41:56 +00:00

Add ioctrl tests

This commit is contained in:
momo5502
2022-03-15 20:10:43 +01:00
parent 41c6647fd9
commit a82894c770
3 changed files with 212 additions and 3 deletions

View File

@ -7,7 +7,7 @@ project(secret LANGUAGES C CXX)
##########################################
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)