source: pacpusframework/trunk/src/_NewComponent/NewComponent.sh@ 327

Last change on this file since 327 was 327, checked in by DHERBOMEZ Gérald, 10 years ago
  • deletion of bad linebreak (M removed)
  • change of the shebang by a standard one
File size: 93 bytes
Line 
1#!/bin/sh
2# Usage: NewComponent MyComponentName
3
4cmake -DPACPUS_COMPONENT_NAME:STRING=$1 .
5
6
Note: See TracBrowser for help on using the repository browser.