Class: MxxRu::Cpp::TargetType

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

Overview

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

Instance Method Summary collapse

Instance Method Details

#nameObject

Raises:



351
352
353
# File 'lib/mxx_ru/cpp/target.rb', line 351

def name
  raise AbstractMethodEx.new( "MxxRu::Cpp::TargetType::name" )
end