Trilinos/MueLu (and I think Trilinos in general) is not really using the INSTALLABLE flag for executable targets a whole lot. It would be nice to directly get more executables when installing for example using spack. We could go through and add this to a bunch of our executables by hand.
I was wondering whether it would be possible (and make sense) to instead switch the default behavior of tribits_add_executable for all executables in folders that have been added using tribits_add_example_directories. Or maybe add an option to tribits_add_example_directories that allows to switch the default behavior.