No description
- F# 85.5%
- CMake 12.8%
- C++ 1.7%
|
|
||
|---|---|---|
| attic/2026-07-07 | ||
| Bootstrap | Clone repos | |
| BootstrapLibrary | Clone repos | |
| .gitignore | Simplify the cmake stuff | |
| Bootstrap.slnx | Buildable as data | |
| CMakeLists.txt | cmake 3.26 | |
| CMakePresets.json | Start cmake project | |
| LICENSE | ||
| pEpStack.cpp | Start cmake project | |
| README.md | Simplify the cmake stuff | |
bootstrap
Dependencies
Make sure that all these tools are in the PATH.
Sample CMakeUserPresets.json:
{
"version": 3,
"configurePresets": [
{
"name": "default",
"inherits": "x64-debug"
"binaryDir": "${sourceDir}/build/",
"installDir": "${sourceDir}/install"
}
]
}
dotnet run --project ./Bootstrap
cmake --preset default
cmake --build build