Skip to content

Commit c8618a0

Browse files
Add XEP dev cmake preset
1 parent 565af03 commit c8618a0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CMakePresets.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,36 @@
8686
"WITH_USDT": "ON",
8787
"WITH_ZMQ": "ON"
8888
}
89+
},
90+
{
91+
"name": "xep-dev-mode",
92+
"displayName": "Developer mode, with XEP features/dependencies enabled",
93+
"binaryDir": "${sourceDir}/build_dev_mode",
94+
"cacheVariables": {
95+
"BUILD_BENCH": "ON",
96+
"BUILD_CLI": "ON",
97+
"BUILD_DAEMON": "ON",
98+
"BUILD_FUZZ_BINARY": "ON",
99+
"BUILD_GUI": "ON",
100+
"BUILD_GUI_TESTS": "ON",
101+
"BUILD_KERNEL_LIB": "ON",
102+
"BUILD_SHARED_LIBS": "ON",
103+
"BUILD_TESTS": "ON",
104+
"BUILD_TX": "ON",
105+
"BUILD_UTIL": "ON",
106+
"BUILD_UTIL_CHAINSTATE": "ON",
107+
"BUILD_WALLET_TOOL": "ON",
108+
"ENABLE_EXTERNAL_SIGNER": "ON",
109+
"ENABLE_HARDENING": "ON",
110+
"ENABLE_WALLET": "ON",
111+
"WARN_INCOMPATIBLE_BDB": "OFF",
112+
"WITH_BDB": "ON",
113+
"WITH_MULTIPROCESS": "OFF",
114+
"WITH_QRENCODE": "ON",
115+
"WITH_SQLITE": "ON",
116+
"WITH_USDT": "ON",
117+
"WITH_ZMQ": "ON"
118+
}
89119
}
90120
]
91121
}

0 commit comments

Comments
 (0)