SHA256
1
0
Fork
You've already forked bootstrap
0
No description
  • F# 85.5%
  • CMake 12.8%
  • C++ 1.7%
Find a file
Dirk Zimmermann 9685be5d41 cmake 3.26
2026年07月08日 21:14:48 +02:00
attic/2026-07-07
Bootstrap Clone repos 2026年07月08日 14:32:47 +02:00
BootstrapLibrary Clone repos 2026年07月08日 14:32:47 +02:00
.gitignore Simplify the cmake stuff 2026年07月08日 17:56:44 +02:00
Bootstrap.slnx Buildable as data 2026年07月08日 13:02:05 +02:00
CMakeLists.txt cmake 3.26 2026年07月08日 21:14:48 +02:00
CMakePresets.json Start cmake project 2026年07月08日 14:52:49 +02:00
LICENSE
pEpStack.cpp Start cmake project 2026年07月08日 14:52:49 +02:00
README.md Simplify the cmake stuff 2026年07月08日 17:56:44 +02:00

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