diff --git a/.gitignore b/.gitignore index 577e7ef..7070260 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /.direnv /TGC_C_XRB/ /.envrc.eyck +/.cache \ No newline at end of file diff --git a/CMakePresets.json b/CMakePresets.json new file mode 100644 index 0000000..b782560 --- /dev/null +++ b/CMakePresets.json @@ -0,0 +1,39 @@ +{ + "version": 3, + "cmakeMinimumRequired": { + "major": 3, + "minor": 21, + "patch": 0 + }, + "configurePresets": [ + { + "name": "Debug", + "displayName": "Debug build", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build/${presetName}", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Debug", + "CMAKE_INSTALL_PREFIX": "${sourceDir}/install/${presetName}", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + } + }, + { + "name": "Release", + "displayName": "Release build", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build/${presetName}", + "cacheVariables": { + "CMAKE_BUILD_TYPE": "Release", + "CMAKE_INSTALL_PREFIX": "${sourceDir}/install/${presetName}", + "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" + } + } + ], + "buildPresets": [ + { + "name": "Debug", + "description": "Debug build", + "displayName": "Debug" + } + ] +} \ No newline at end of file diff --git a/dbt-rise-core b/dbt-rise-core index b9da8fa..01d81b0 160000 --- a/dbt-rise-core +++ b/dbt-rise-core @@ -1 +1 @@ -Subproject commit b9da8fa4c10af7ba2e794934c0eee3581e3bd046 +Subproject commit 01d81b03fbe6d5d3ed7f4655b88655a1e124df1f diff --git a/dbt-rise-tgc b/dbt-rise-tgc index 9f5326c..2384274 160000 --- a/dbt-rise-tgc +++ b/dbt-rise-tgc @@ -1 +1 @@ -Subproject commit 9f5326c1103700b4fdd97389b9a9ad431af845d2 +Subproject commit 23842742a6a3ff449d75be688eaca41f3a69c46b diff --git a/scc b/scc index a37bde5..7960982 160000 --- a/scc +++ b/scc @@ -1 +1 @@ -Subproject commit a37bde57190bdba96b82e4f95869a09bc3773784 +Subproject commit 7960982947592b1bd97b71c5615a5e2b82a920c0