Простое окно
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
"configurePresets": [
|
||||
{
|
||||
"name": "debug-gcc",
|
||||
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
||||
"binaryDir": "${sourceDir}/build/${presetName}",
|
||||
"cacheVariables": {
|
||||
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
|
||||
"CMAKE_C_COMPILER": "/usr/bin/gcc",
|
||||
"CMAKE_CXX_COMPILER": "/usr/bin/g++",
|
||||
"CMAKE_BUILD_TYPE": "Debug"
|
||||
@@ -13,9 +12,8 @@
|
||||
},
|
||||
{
|
||||
"name": "release-gcc",
|
||||
"binaryDir": "${sourceDir}/out/build/${presetName}",
|
||||
"binaryDir": "${sourceDir}/build/${presetName}",
|
||||
"cacheVariables": {
|
||||
"CMAKE_INSTALL_PREFIX": "${sourceDir}/out/install/${presetName}",
|
||||
"CMAKE_C_COMPILER": "/usr/bin/gcc",
|
||||
"CMAKE_CXX_COMPILER": "/usr/bin/g++",
|
||||
"CMAKE_BUILD_TYPE": "Release"
|
||||
|
||||
Reference in New Issue
Block a user