mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
README: update meson option for running test
Running on an already built build directory meson configure -Denable_tests=true build/ Leads to ERROR: Unknown options: "enable_tests" Seems the meson option was updated Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
@@ -289,7 +289,7 @@ $ sudo ninja install # [Optional]
|
|||||||
c_std=c11
|
c_std=c11
|
||||||
buildtype=release
|
buildtype=release
|
||||||
default_library=shared
|
default_library=shared
|
||||||
enable_tests=false # to run tests: ninja test
|
build_tests=true # to run tests: ninja test
|
||||||
```
|
```
|
||||||
#### Use with your Meson project
|
#### Use with your Meson project
|
||||||
* Example:
|
* Example:
|
||||||
|
|||||||
Reference in New Issue
Block a user