How to add additional cmake targets

This is my manifest file: org.mattbas.Glaxnimate/org.mattbas.Glaxnimate.yml at master · flathub/org.mattbas.Glaxnimate · GitHub

It uses the cmake-ninja build system.

It seems to be building the default target (all), is there a way to specify additional build targets?

1 Like

Found a way:

        build-commands:
            - ninja (target)

no. There is make-args for that.

1 Like