Class: MxxRu::Cpp::ExtCMakeProjectTarget::BuildingContext

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

Instance Attribute Summary collapse

Instance Attribute Details

#cmake_build_dirObject

Returns the value of attribute cmake_build_dir.



64
65
66
# File 'lib/mxx_ru/cpp/ext_cmake_project.rb', line 64

def cmake_build_dir
  @cmake_build_dir
end

#cmakelists_locationObject

Returns the value of attribute cmakelists_location.



63
64
65
# File 'lib/mxx_ru/cpp/ext_cmake_project.rb', line 63

def cmakelists_location
  @cmakelists_location
end

#install_bindirObject

Returns the value of attribute install_bindir.



68
69
70
# File 'lib/mxx_ru/cpp/ext_cmake_project.rb', line 68

def install_bindir
  @install_bindir
end

#install_includedirObject

Returns the value of attribute install_includedir.



66
67
68
# File 'lib/mxx_ru/cpp/ext_cmake_project.rb', line 66

def install_includedir
  @install_includedir
end

#install_libdirObject

Returns the value of attribute install_libdir.



67
68
69
# File 'lib/mxx_ru/cpp/ext_cmake_project.rb', line 67

def install_libdir
  @install_libdir
end

#install_prefixObject

Returns the value of attribute install_prefix.



65
66
67
# File 'lib/mxx_ru/cpp/ext_cmake_project.rb', line 65

def install_prefix
  @install_prefix
end