Class: MxxRu::Cpp::CompositeTargetType

Inherits:
TargetType
  • Object
show all
Defined in:
lib/mxx_ru/cpp/composite.rb

Overview

Target type is a composition of subprojects

Constant Summary collapse

TYPE =
"composite"

Instance Method Summary collapse

Instance Method Details

#nameObject



39
40
41
# File 'lib/mxx_ru/cpp/composite.rb', line 39

def name
  return TYPE
end