Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jan 6, 2024
1 parent a29d0f7 commit 4ee786e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ A C++20 compiler is also required to build libaura.
- Replace `PATH_TO_INSTALL_DIR` with the path to a folder to install libaura to.
- This is usually a dependencies folder set up by the programmer, added to the PATH variable, to allow linking to said dependencies.
- On linux, `PATH_TO_INSTALL_DIR` would usually be `/usr`.
- This command will export and install libaura cmake targets allowing you to simply use libaura in other cmake projects by adding:
- `find_package(libaura REQUIRED)`
- `target_link_libraries(main PRIVATE libaura::libaura)`

0 comments on commit 4ee786e

Please sign in to comment.