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

summaryrefslogtreecommitdiff
path: root/source/CMakePresets.json
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-12-31 17:59:05 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-12-31 17:59:05 +1100
commit32f6d28d057a9c8bc8562259766eca06adbc8471 (patch)
tree6fa66133acb02d4ee8078ef763dba630f433776b /source/CMakePresets.json
parentaa1d559854a01bbd4cbc6e5d27ca075ab2d9a7c0 (diff)
trying again
Diffstat (limited to 'source/CMakePresets.json')
-rw-r--r--source/CMakePresets.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/CMakePresets.json b/source/CMakePresets.json
index a2c59e9..7efdc23 100644
--- a/source/CMakePresets.json
+++ b/source/CMakePresets.json
@@ -47,6 +47,8 @@
"binaryDir": "${sourceParentDir}/build/linux-release",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
+ "CMAKE_C_COMPILER": "clang",
+ "CMAKE_CXX_COMPILER": "clang++",
"VCPKG_TARGET_TRIPLET": "x64-linux-mixed",
"CMAKE_INCLUDE_PATH": "${sourceParentDir}/lib/linux/include",
"CMAKE_LIBRARY_PATH": "${sourceParentDir}/lib/linux",