SPL Core is our CMake module to support multiple projects as variants of one SPL repository.
.\build.ps1 -install
- Execution of all tests
- Building documentation
.\build.ps1
To initialize a new SPL project, one can use the init
command of the please.ps1
script.
.\please.ps1 init --project-dir C:\tmp\MyProject
See more information here.