aimotive-legacy / cmakex

lightweight package manager for CMake
4 stars 1 forks source link

allow specifying (installing) dependencies selectively #12

Open tamaskenez opened 8 years ago

tamaskenez commented 8 years ago

example:

cmakex [subcommand] <binary-dir> dep1 dep2 ....

is equivalent with

cmakex [subcommand] <binary-dir> --deps-only

but processing only the dependencies listed (dep1, dep2, ...)