class MxxRu::Cpp::LibTargetType

Target type is static library (lib).

Constants

TYPE

Public Instance Methods

name() click to toggle source
# File lib/mxx_ru/cpp/target.rb, line 375
def name
  return TYPE
end