Class: MxxRu::Cpp::ExtCMakeProjectTargetType

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

Overview

Target type is an external CMake project.

Since v.1.6.11

Constant Summary collapse

TYPE =
"ext_cmake_project"

Instance Method Summary collapse

Instance Method Details

#nameObject



47
48
49
# File 'lib/mxx_ru/cpp/ext_cmake_project.rb', line 47

def name
  return TYPE
end