We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa71f1d commit 964c853Copy full SHA for 964c853
README.md
@@ -29,10 +29,10 @@ Lime is a *cross-platform* framework that is focused on game modding and tries t
29
30
### Entrypoint
31
```cmake
32
-set(lime_entrypoint ON)
+set(lime_static_entrypoint ON)
33
```
34
-> Enables usage of the cross-platform entrypoint.
35
-> 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!
36
37
### Tests
38
0 commit comments