Skip to content

Commit 0321116

Browse files
committed
CMakePresets added
1 parent 0d9f803 commit 0321116

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CMakePresets.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": 3,
3+
"configurePresets": [
4+
{
5+
"name": "ci",
6+
"cacheVariables": {
7+
"CMAKE_POSITION_INDEPENDENT_CODE": "ON"
8+
}
9+
}
10+
]
11+
}
12+

0 commit comments

Comments
 (0)