aboutsummaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-05-26 11:47:17 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-05-26 11:47:17 -0400
commitaeaac8d328b75911541be64d6f09d58fca294a08 (patch)
tree86f48cd3cef91dd5320215aebd44ea56c2571c74 /CMakePresets.json
parent86b02540cce6015cfe4a2a56499a9a2f45d4e368 (diff)
refactor: Dep update, openssl chacha20 added
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 5c60edf..1c8038d 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -30,6 +30,20 @@
"NC_BUILD_TESTS": true
}
},
+ {
+ "name": "x64-debug-openssl",
+ "displayName": "x64 Debug Openssl",
+ "inherits": "x64-debug",
+ "architecture": {
+ "value": "x64",
+ "strategy": "external"
+ },
+ "cacheVariables": {
+ "CMAKE_BUILD_TYPE": "Debug",
+ "NC_BUILD_TESTS": true,
+ "CRYPTO_LIB": "openssl"
+ }
+ },
{
"name": "x64-release",
"displayName": "x64 Release",