Skip to content

Commit

Permalink
cmake rocksdb osx presets added
Browse files Browse the repository at this point in the history
  • Loading branch information
biocodz authored Feb 28, 2024
1 parent 29d2760 commit c650c21
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion cmake/presets/CMakePresets_rocksdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@
"name": "WIN_debug",
"inherits": "WIN_release",
"binaryDir": "use --build or -DCMAKE_BINARY_DIR option"
},
{
"name": "OSX_release",
"inherits": "LIN_release"
},
{
"name": "OSX_debug",
"inherits": "LIN_debug"
}
],
"buildPresets": [
Expand All @@ -74,6 +82,16 @@
"name": "WIN_debug",
"configuration": "Debug",
"configurePreset": "WIN_debug"
},
{
"name": "OSX_release",
"configuration": "Release",
"configurePreset": "OSX_release"
},
{
"name": "OSX_debug",
"configuration": "Debug",
"configurePreset": "OSX_debug"
}
]
}
}

0 comments on commit c650c21

Please sign in to comment.