Class: MxxRu::Cpp::LibTargetType

Inherits:
TargetType show all
Defined in:
lib/mxx_ru/cpp/target.rb

Overview

Target type is static library (lib).

Constant Summary collapse

TYPE =
"lib"

Instance Method Summary collapse

Instance Method Details

#nameObject



375
376
377
# File 'lib/mxx_ru/cpp/target.rb', line 375

def name
  return TYPE
end