mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
324 B
324 B
layout, title, permalink, parent, nav_order
| layout | title | permalink | parent | nav_order |
|---|---|---|---|---|
| default | Changing C/C++ version | /examples/cpp-version-change | Examples | 3 |
Changing C/C++ version
Simple example changing C++ to version 20 and C standard to the version 11
[target.example]
type = "executable"
compile-features = [ "cxx_std_20", "c_std_11" ]