diff --git a/README.md b/README.md index 771b971..1e3281f 100644 --- a/README.md +++ b/README.md @@ -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)`