source: pacpusframework/branches/2.0-beta1/src/_NewComponent/NewComponent.sh@ 147

Last change on this file since 147 was 147, checked in by Marek Kurdej, 11 years ago

Added: scripts to create new component.

File size: 99 bytes
Line 
1#!/usr/bin/sh
2# Usage: NewComponent MyComponentName
3
4cmake -DPACPUS_COMPONENT_NAME:STRING=$1 .
Note: See TracBrowser for help on using the repository browser.