Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cfnptr committed Mar 9, 2024
1 parent 26afb01 commit 13a9393
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ Use building [instructions](BUILDING.md) to install all required tools and libra
| PACK_BUILD_UTILITIES | Build Pack utility programs | `ON` |
| PACK_BUILD_TESTS | Build Pack library tests | `ON` |

### CMake targets

| Name | Description | Windows | macOS | Linux |
|-------------|----------------------|---------|----------|-------|
| pack-static | Static Pack library | `.lib` | `.a` | `.a` |
| pack-shared | Dynamic Pack library | `.dll` | `.dylib` | `.so` |
| packer | Packer executable | `.exe` | | |
| unpacker | Unpacker executable | `.exe` | | |
| pack-info | Pack info executable | `.exe` | | |

## Cloning

```
Expand Down
2 changes: 1 addition & 1 deletion libraries/mpio
Submodule mpio updated 1 files
+7 −0 README.md

0 comments on commit 13a9393

Please sign in to comment.