Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/CMakePresets.json
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-06-06 14:26:34 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2025-06-06 14:26:34 +1000
commit889114953fcc10552c83dff5a979e40d51356b65 (patch)
tree6c6e1bb5b766639654f80265fcf484c2536d0b0d /source/CMakePresets.json
parent73e71cb452ee4cfd4453fb4051593db4d0d5293b (diff)
jemalloc fix
i am as blind as a bat
Diffstat (limited to 'source/CMakePresets.json')
-rw-r--r--source/CMakePresets.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/CMakePresets.json b/source/CMakePresets.json
index e337b53..e3f96c2 100644
--- a/source/CMakePresets.json
+++ b/source/CMakePresets.json
@@ -52,6 +52,7 @@
"displayName": "Linux x64",
"binaryDir": "${sourceParentDir}/build/linux-release",
"cacheVariables": {
+ "CMAKE_MAKE_PROGRAM": "ninja",
"CMAKE_BUILD_TYPE": "Release",
"VCPKG_TARGET_TRIPLET": "x64-linux-mixed",
"CMAKE_INCLUDE_PATH": "${sourceParentDir}/lib/linux/include",
@@ -62,6 +63,10 @@
"vendor": {
"microsoft.com/VisualStudioSettings/CMake/1.0": {
"hostOS": [ "Linux" ]
+ },
+ "microsoft.com/VisualStudioRemoteSettings/CMake/2.0": {
+ "sourceRootDir": "$ms{localSourceDir}\\..",
+ "remoteSourceRootDir": "$env{HOME}/.vs/wsl"
}
}
},
@@ -94,6 +99,10 @@
"vendor": {
"microsoft.com/VisualStudioSettings/CMake/1.0": {
"hostOS": [ "macOS" ]
+ },
+ "microsoft.com/VisualStudioRemoteSettings/CMake/2.0": {
+ "sourceRootDir": "$ms{localSourceDir}\\..",
+ "remoteSourceRootDir": "$env{HOME}/.vs/wsl"
}
}
},