load("//modules:module.bzl", "cc_everest_module") IMPLS = [ "main", ] cc_everest_module( name = "EnergyManager", impls = IMPLS, srcs = glob( [ "*.cpp", "*.hpp", ], ), )