Class: MxxRu::Cpp::LibCollectionTargetType

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

Overview

Target type is a collection of all required libraries from subprojects.

Since v.1.4.0

Constant Summary collapse

TYPE =
"lib_collection"

Instance Method Summary collapse

Instance Method Details

#nameObject



41
42
43
# File 'lib/mxx_ru/cpp/lib_collection.rb', line 41

def name
  return TYPE
end