We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4579d3 commit 8665339Copy full SHA for 8665339
ryzom/CMakePresets.json
@@ -87,6 +87,34 @@
87
"ryzom"
88
],
89
"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
101
+ "windows",
102
103
+ ],
104
+ "cacheVariables": {
105
+ "WITH_DRIVER_DIRECT3D": true,
106
+ "WITH_DRIVER_XAUDIO2": true
107
+ }
108
109
110
+ "name": "macos-ryzom-client",
111
112
+ "macos",
113
114
115
116
+ "WITH_LIBXML2_ICONV": false
117
118
}
119
120
"buildPresets": [
0 commit comments