Changes between Version 1 and Version 2 of TutorialCreatingNewComponent


Ignore:
Timestamp:
11/21/13 10:11:43 (11 years ago)
Author:
Marek Kurdej
Comment:

minor

Legend:

Unmodified
Added
Removed
Modified
  • TutorialCreatingNewComponent

    v1 v2  
    2121Component files will be added to ```src/MyComponentName```.
    2222
    23 In order to add this component to the project, just add this line to ```src/CMakeLists.txt```.
     23In order to add this component to the project, just add this line to ```src/CMakeLists.txt```:
    2424{{{
    2525add_directory(MyComponentName)