Skip to content
Update cmake generator authored by Tomáš Pecka's avatar Tomáš Pecka
......@@ -7,6 +7,8 @@ CMake/generator.py is a generator script for ALib CMakeLists.txt
- `-m --main`: Generate main CMakeLists.txt
- `-p --packages`: Specify packages to build. For multiple packages, use -p multiple times
- `--no-deps`: Don't generate dependencies of specified packages. By default, if only some projects are to be built, we compute their dependencies and build them.
- `-show-deps`: Only show dependencies of packages selected by `-p`. Dont generate.
- `-v --version`: Show ALIB version
 
### Example
- Generate whole project (dry run): `./CMake/generator.py -m`
......
......