#ifndef MUON_INSTALL_H #define MUON_INSTALL_H #include bool install_run(const char *build_root); #endif