class MxxRu::Cpp::TargetType

Target type (exe, lib, dll, unittest, composite etc.). The real type of the target is defined by a derivative class.

Public Instance Methods

name() click to toggle source
# File lib/mxx_ru/cpp/target.rb, line 351
def name
  raise AbstractMethodEx.new( "MxxRu::Cpp::TargetType::name" )
end