|
|
há 4 anos | |
|---|---|---|
| .vscode | há 6 anos | |
| cmake | há 4 anos | |
| projects | há 4 anos | |
| tools | há 6 anos | |
| .gitignore | há 6 anos | |
| .gitmodules | há 6 anos | |
| CMakeLists.txt | há 4 anos | |
| README.md | há 4 anos | |
| tool | há 4 anos | |
Create a new project group
$ tool \
--verbose \
--modules <cmake-modules-git-repository> \
--group <directory-to-init-group-at>
Add a new executable to an existing project group
$ tool \
--verbose \
--modules <cmake-modules-git-repository> \
--executable <name> <group-directory>
Add a new library to an existing project group
$ tool \
--verbose \
--modules <cmake-modules-git-repository> \
--library <name> <group-directory>
Add a new interface library to an existing project group
$ tool \
--verbose \
--modules <cmake-modules-git-repository> \
--interface <name> <group-directory>
You can generate all in one by specifying multiple project or group arguments
$ tool \
--verbose \
--modules <cmake-modules-git-repository> \
--group /tmp/fuu \
--executable myexe /tmp/fuu \
--library mylib /tmp/fuu \
--interface myintf /tmp/fuu