Skip to content

Commit 30ef884

Browse files
committed
Cmake presets added
1 parent 42e698c commit 30ef884

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CMakePresets.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"version": 3,
3+
"configurePresets": [
4+
{
5+
"name": "ci",
6+
"cacheVariables": {
7+
"VTK_7": "ON",
8+
"DUSE_OPENGL_BACKEND": "ON",
9+
"CMAKE_INSTALL_PREFIX": "$env{INSTALL_DIR}/VTK-7.1.1"
10+
}
11+
}
12+
]
13+
}
14+

0 commit comments

Comments
 (0)