mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-26 06:02:54 +08:00
10 lines
246 B
Markdown
10 lines
246 B
Markdown
|
# WIN32 examples
|
||
|
|
||
|
Examples are provided as CMake sources.
|
||
|
To run then, you can use VSCode or CMake directly.
|
||
|
|
||
|
```
|
||
|
cmake --preset <example_preset_from_CMakePresets.json_file>
|
||
|
cmake --build --preset <example_preset_from_CMakePresets.json_file>
|
||
|
```
|