Skip to content

Latest commit

 

History

History

README.md

Mule Examples

This directory contains several examples of using Mule for different types of C++ projects.

Examples

  1. 01-hello-world: A minimal executable project.
  2. 02-static-lib: Building a static library.
  3. 03-qt-basics: A simple Qt Widgets application showcasing automatic MOC generation.
  4. 04-custom-generator: Using the generic [[generator]] system to generate source/header files.

How to run

Navigate to any example directory and run:

mule run

Or just build it:

mule build