source:
pacpusframework/trunk/src/_NewComponent/NewComponent.sh@
336
Last change on this file since 336 was 327, checked in by , 10 years ago | |
---|---|
File size: 93 bytes |
Rev | Line | |
---|---|---|
[327] | 1 | #!/bin/sh |
2 | # Usage: NewComponent MyComponentName | |
3 | ||
4 | cmake -DPACPUS_COMPONENT_NAME:STRING=$1 . | |
5 | ||
6 |
Note:
See TracBrowser
for help on using the repository browser.