Changes between Version 1 and Version 2 of TutorialCreatingNewComponent
- Timestamp:
- Nov 21, 2013, 10:11:43 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TutorialCreatingNewComponent
v1 v2 21 21 Component files will be added to ```src/MyComponentName```. 22 22 23 In order to add this component to the project, just add this line to ```src/CMakeLists.txt``` .23 In order to add this component to the project, just add this line to ```src/CMakeLists.txt```: 24 24 {{{ 25 25 add_directory(MyComponentName)