Exception: MxxRu::Cpp::CMakeProjectLocationNotDefined

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

Instance Method Summary collapse

Constructor Details

#initialize(prj_alias) ⇒ CMakeProjectLocationNotDefined

Returns a new instance of CMakeProjectLocationNotDefined.



53
54
55
# File 'lib/mxx_ru/cpp/ext_cmake_project.rb', line 53

def initialize( prj_alias )
  super( "Location of CMakeLists.txt is not defined for #{prj_alias}" )
end