mirror of
https://github.com/rvtr/unlaunch-installer_dev.git
synced 2026-01-26 13:43:08 -05:00
9 lines
127 B
Plaintext
9 lines
127 B
Plaintext
If:
|
|
PathMatch: [.*\.cpp, .*\.h]
|
|
CompileFlags:
|
|
Add: [-std=gnu++23]
|
|
If:
|
|
PathMatch: [.*\.c]
|
|
CompileFlags:
|
|
Add: [-std=c23]
|