Skip to content
Update cmake generator authored by Tomáš Pecka's avatar Tomáš Pecka
......@@ -6,7 +6,7 @@ CMake/generator.py is a generator script for ALib CMakeLists.txt
- `-w --write`: Write files (false by default)
- `-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
- `--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.
 
### Example
- Generate whole project (dry run): `./CMake/generator.py -m`
......
......