Class: MTBuild::ApplicationProject

Inherits:
Project
  • Object
show all
Defined in:
lib/mtbuild/application_project.rb

Overview

This class is used to build applications. An application has compilation and link phases that produce a binary executable.

Instance Attribute Summary

Attributes inherited from Project

#clean_list, #output_folder, #parent_workspace, #project_folder, #project_name

Method Summary

Methods inherited from Project

#add_configuration, #add_files_to_clean, #effective_output_folder, #initialize, #set_default_configuration, #set_output_folder, #task_for_configuration, #tasks_for_all_configurations

Methods included from Rake::DSL

#application_task, #framework_task, #static_library_task, #test_application_task

Constructor Details

This class inherits a constructor from MTBuild::Project