Skip to content

Commit 8665339

Browse files
committed
add missing cmake presets for vcpkg client pipeline
1 parent d4579d3 commit 8665339

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

ryzom/CMakePresets.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,34 @@
8787
"ryzom"
8888
],
8989
"name": "windows-ryzom"
90+
},
91+
{
92+
"name": "linux-ryzom-client",
93+
"inherits": [
94+
"linux",
95+
"ryzom-client"
96+
]
97+
},
98+
{
99+
"name": "windows-ryzom-client",
100+
"inherits": [
101+
"windows",
102+
"ryzom-client"
103+
],
104+
"cacheVariables": {
105+
"WITH_DRIVER_DIRECT3D": true,
106+
"WITH_DRIVER_XAUDIO2": true
107+
}
108+
},
109+
{
110+
"name": "macos-ryzom-client",
111+
"inherits": [
112+
"macos",
113+
"ryzom-client"
114+
],
115+
"cacheVariables": {
116+
"WITH_LIBXML2_ICONV": false
117+
}
90118
}
91119
],
92120
"buildPresets": [

0 commit comments

Comments
 (0)