mirror of
https://github.com/OpenEtherCATsociety/SOEM.git
synced 2026-02-06 00:53:00 +08:00
Set output directory for default preset
Set default preset to place sample binaries in the build bin folder. Change-Id: I3c5d07d8ff5062b39d567269a3e86d03a6441fa1
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"cacheVariables": {
|
||||
"CMAKE_EXPORT_COMPILE_COMMANDS": true,
|
||||
"CMAKE_COMPILE_WARNING_AS_ERROR": true,
|
||||
"CMAKE_FIND_NO_INSTALL_PREFIX": true
|
||||
"CMAKE_FIND_NO_INSTALL_PREFIX": true,
|
||||
"CMAKE_RUNTIME_OUTPUT_DIRECTORY": "$<0:>../../bin"
|
||||
}
|
||||
}, {
|
||||
"name": "docs",
|
||||
|
||||
Reference in New Issue
Block a user