Skip to content

Commit

Permalink
[skip ci] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KIwabuchi committed Sep 23, 2021
1 parent 68678b0 commit 4fe333b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,10 @@ g++ -std=c++17 your_program.cpp -lstdc++fs -I${BOOST_ROOT}/include -I${METALL_RO
```


## Use Metall from CMake Project
## Use Metall from Another CMake Project

Metall provides CMake Package Configuration File.
One can easily include Metall package from a CMake project.

Instructions and examples are placed [here](./example/cmake).
To download and/or link Metall package from a CMake project,
see example CMake files placed [here](./example/cmake).

# Build Example Programs

Expand Down

0 comments on commit 4fe333b

Please sign in to comment.