mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
(#10): State BUILD_TESTS variable inside the README and CHANGELOG
This commit is contained in:
parent
f496ce1a29
commit
8d571cb492
2 changed files with 15 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue