add casestudy files
This commit is contained in:
commit
803f778e6c
16 changed files with 2095 additions and 0 deletions
15
colcon_defaults.yaml
Executable file
15
colcon_defaults.yaml
Executable file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"build":{
|
||||
# "symlink-install": true,
|
||||
"cmake-args": [
|
||||
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
|
||||
"-DCMAKE_EXPORT_COMPILE_COMMANDS=True",
|
||||
"-GNinja",
|
||||
# clang
|
||||
"-DCMAKE_C_COMPILER=clang-18",
|
||||
"-DCMAKE_CXX_COMPILER=clang++-18",
|
||||
],
|
||||
"event-handlers": ["console_cohesion+"],
|
||||
# "mixin": "clang",
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue