Skip to content

Commit

Permalink
docs(readme): update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jul 20, 2023
1 parent fa71f1d commit 964c853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Lime is a *cross-platform* framework that is focused on game modding and tries t

### Entrypoint
```cmake
set(lime_entrypoint ON)
set(lime_static_entrypoint ON)
```
> Enables usage of the cross-platform entrypoint.
> Requires you to implement `lime::load()` and `lime::unload()`
> Uses a platform-independent method for the entrypoint implementation.
> You do not need to enable this to make use of the cross-platform entrypoint!
### Tests
```cmake
Expand Down

0 comments on commit 964c853

Please sign in to comment.