SubDir TOP ge-services repos-gems-src-apps driver_manager ;

# USAGE:
# - other run scripts (e.g. deskbar.run) rely on this when USE_DRIVER_MANAGER is set
# - when so, the XML config file repos-gems-sculpt-drivers/pc is also required

GenodeExecutable  driver_manager :
	main.cc
	;

ObjectC++Flags main.cc : "-std=gnu++20" ;

