move install commands to develop cmakelists

This commit is contained in:
BlackMATov
2023-01-10 09:56:26 +07:00
parent 46ca9d27af
commit a23dd4fc7c
5 changed files with 59 additions and 62 deletions

View File

@@ -12,8 +12,8 @@
"name": "ninja-base",
"hidden": true,
"generator": "Ninja Multi-Config",
"binaryDir": "${sourceDir}/build/${presetName}",
"installDir": "${sourceDir}/install/${presetName}",
"binaryDir": "${sourceDir}/develop/build/${presetName}",
"installDir": "${sourceDir}/develop/install/${presetName}",
"cacheVariables": {
"CMAKE_EXPORT_COMPILE_COMMANDS": true
}