Skip to content

Commit 2c99c8c

Browse files
committed
Add CMakePresets file
1 parent 5601fd1 commit 2c99c8c

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+
"CMAKE_POSITION_INDEPENDENT_CODE": "ON",
8+
"gmds_ROOT": "$env{INSTALL_DIR}/gmds072",
9+
"Lima_ROOT": "$env{INSTALL_DIR}/lima"
10+
}
11+
}
12+
]
13+
}
14+

0 commit comments

Comments
 (0)