Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
4c3y committed Oct 30, 2024
1 parent 672a9e5 commit 513d631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $ git submodule add [email protected]:ethz-asl/lpp.git
```cmake
add_subdirectory(my_submodule_dir/lpp)
add_executable(my_executable main.cpp)
target_link_libraries(my_executable Log++)
target_link_libraries(my_executable lpp)
```

3. To update Log++ to the latest commit, execute the following commands:
Expand Down

0 comments on commit 513d631

Please sign in to comment.