dashboard
repositories
filestore
activity
search
login
main
/
sd.cpp.gui.wx
wxWidgets based Stable Diffusion C++ GUi
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
initial commit
Ferenc Szontágh
2024-02-03
875477e097c353a368b5fbf5b5f048c956fc4743
[sd.cpp.gui.wx.git]
/
CMakePresets.json
1
2
3
4
5
6
7
8
9
10
11
12
{
"version": 3,
"configurePresets": [
{
"name": "default",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "Z:/vcpkg/scripts/buildsystems/vcpkg.cmake"
}
}
]
}