Mention BUILD_EXE CMake option

This commit is contained in:
Ashwin Vishnu 2021-02-06 16:35:28 +01:00
parent e5b2d7dd64
commit beb3c0bcf7
1 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,8 @@ cmake --build . -j
```
This would generate the test program `./test/test_mamba` under the `build`
directory which you can execute with `make test`.
directory which you can execute with `make test`. To generate the executable
`micromamba` also include the CMake option `-DBUILD_EXE=ON` in the above step.
### Support us