Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
fe3e421feaeaf930762d36f90bfc7106915ce75d
/
.
/
examples
/
cmake
/
default.txt
blob: 46970e1e85d9554b63899535bac2dbc3bce792b6 [
file
] [
log
] [
blame
] [
raw
]
project
(
default
)
add_compile_options
(-
Werror
-
Wall
-
Wextra
-
g
)
add_executable
(
output
.
s example
.
cpp
)