Class: MxxRu::Cpp::ExeTargetType

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

Overview

Target type is application.

Constant Summary collapse

TYPE =
"exe"

Instance Method Summary collapse

Instance Method Details

#nameObject



363
364
365
# File 'lib/mxx_ru/cpp/target.rb', line 363

def name
  return TYPE
end