(#10): State BUILD_TESTS variable inside the README and CHANGELOG

This commit is contained in:
Axel Isouard 2017-03-30 19:44:36 +02:00
parent f496ce1a29
commit 8d571cb492
No known key found for this signature in database
GPG key ID: 4E64BB3EAAF31C29
2 changed files with 15 additions and 0 deletions

View file

@ -1,5 +1,15 @@
# Changelog # Changelog
## Version 1.1
*TBD*
[View Issues][v1.1-issues]
**Features:**
- Added `BUILD_TESTS` CMake configuration variable
## Version 1.0 ## Version 1.0
*March 27, 2017* *March 27, 2017*
@ -39,4 +49,5 @@
- Removed BUILD_TESTS flag for now - Removed BUILD_TESTS flag for now
- Fixed static linking - Fixed static linking
[v1.1-issues]:https://github.com/aisouard/libwebrtc/milestone/1
[v1.0-issues]:https://github.com/aisouard/libwebrtc/milestone/1 [v1.0-issues]:https://github.com/aisouard/libwebrtc/milestone/1

View file

@ -212,6 +212,10 @@ perform cross-compiling.
Generate Red Hat package, defaults to OFF, available under Linux only. Generate Red Hat package, defaults to OFF, available under Linux only.
- **BUILD_TESTS**
Build WebRTC unit tests and mocked classes such as `FakeAudioCaptureModule`.
- **BUILD_SAMPLE** - **BUILD_SAMPLE**
Build an executable located inside the `sample` folder. Build an executable located inside the `sample` folder.