Merge branch 'development' into mueller/update-helper-script

This commit is contained in:
Steffen Gaisser 2022-02-23 12:28:12 +01:00
commit d4e48006f2
1 changed files with 3 additions and 3 deletions

View File

@ -71,9 +71,9 @@ add and link against the FSFW library in general.
4. Link against the FSFW library
```cmake
target_link_libraries(<YourProjectName> PRIVATE fsfw)
```
```cmake
target_link_libraries(${YourProjectName} PRIVATE fsfw)
```
5. It should now be possible use the FSFW as a static library from the user code.