installer and packaging

This commit is contained in:
2026-06-28 09:57:06 -05:00
parent b860b031bb
commit df8a59d03b
6 changed files with 396 additions and 0 deletions
+2
View File
@@ -8,6 +8,7 @@
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
"CMAKE_INSTALL_PREFIX": "$env{HOME}/.local",
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
}
},
@@ -18,6 +19,7 @@
"binaryDir": "${sourceDir}/build-debug",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_INSTALL_PREFIX": "$env{HOME}/.local",
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
}
}