Skip to content

#18883 Add support for multiple targets

Bartosz requested to merge gang65/cmake:master into master

With this change I have add support for multiple targets for following generators:

  • Xcode
  • Ninja
  • Unix Makefile As a result it is possible to run following command: cmake --build . --target TestExecutable --target TestLibrary

I also added support for -verbose for Xcode generator.

For Xcode if no target is provided:

$ cmake --build .

All targets are automatically builded

Merge request reports