Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rookfighter committed Jul 24, 2023
1 parent 482122c commit fd62320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ cmake --install out/
You can then simply use the library in your `CMake` projects by finding the package:

```cmake
find_package(Eigen3 REQUIRED)
find_package(lsqcpp REQUIRED)
add_executable(myproject main.cpp)
target_link_libraries(myproject lsqcpp::lsqcpp)
Expand Down

0 comments on commit fd62320

Please sign in to comment.