Skip to content

Commit

Permalink
update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Jan 6, 2021
1 parent 0251da5 commit 7909533
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ float logaddexpgf(float x, float y, float sx, float sy, float *sign);
## Easiest way
Include `logaddexp.h` in your C/C++ project.
Include the `include/logaddexp/logaddexp.h` file in your C/C++ project.
## CMake way
Expand All @@ -46,6 +46,8 @@ find_package(logaddexp REQUIRED)
target_link_libraries(mylib PRIVATE LOGADDEXP::logaddexp)
```
Then add `#include "logaddexp/logaddexp.h"` in your source files.
# Install
Enter the following command in your terminal:
Expand Down

0 comments on commit 7909533

Please sign in to comment.