Skip to content

Commit

Permalink
Define "install-path-presets" preset
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Foster <[email protected]>
  • Loading branch information
ffoulkes committed Oct 30, 2024
1 parent 52898f6 commit d469931
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@
"cacheVariables": {
"TDI_TARGET": "es2k"
}
},
{
"name": "install-path-presets",
"description": "Presets for install paths",
"hidden": true,
"cacheVariables": {
"DEPEND_INSTALL_DIR": {
"type": "PATH",
"value": "$env{DEPEND_INSTALL}"
},
"SDE_INSTALL_DIR": {
"type": "PATH",
"value": "$env{SDE_INSTALL}"
}
}
}
]
}

0 comments on commit d469931

Please sign in to comment.