Skip to content

Commit

Permalink
Add X86 32bit target
Browse files Browse the repository at this point in the history
  • Loading branch information
FCare committed Feb 11, 2019
1 parent 4478503 commit 8571e11
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions yabause/CMakeSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@
"cmakeCommandArgs": "",
"buildCommandArgs": "-j 8",
"ctestCommandArgs": ""
},
{
"name": "x86-Release",
"generator": "Ninja",
"configurationType": "Release",
"inheritEnvironments": [
"msvc_x86"
],
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
"installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-j 8",
"ctestCommandArgs": ""
}
]
}

0 comments on commit 8571e11

Please sign in to comment.