add casestudy files

This commit is contained in:
Kurt Wilson 2025-03-22 19:42:17 -04:00
commit 803f778e6c
No known key found for this signature in database
16 changed files with 2095 additions and 0 deletions

15
colcon_defaults.yaml Executable file
View 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",
}
}