feat: set CXX standard to C++23
This commit is contained in:
parent
111d19edb6
commit
53ce3de32c
1 changed files with 2 additions and 0 deletions
|
|
@ -5,5 +5,7 @@ project(CHANGEME
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set(CMAKE_CXX_STANDARD 23)
|
||||||
|
|
||||||
add_subdirectory(dependencies)
|
add_subdirectory(dependencies)
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue