README: Add CMake syntax highlighting

This commit is contained in:
Axel Isouard 2017-03-18 12:48:30 +01:00
parent 93438caf76
commit e3a4e5d64e
No known key found for this signature in database
GPG key ID: 4E64BB3EAAF31C29

View file

@ -3,7 +3,7 @@
This repository contains a collection of CMake scripts to help you embed
Google's native WebRTC implementation inside your project as simple as this:
```
```cmake
cmake_minimum_required(VERSION 3.3)
project(sample)
@ -132,7 +132,7 @@ All you have to do is include the package, then embed the "use file" that will
automatically find the required libraries, define the proper compiling flags and
include directories.
```
```cmake
find_package(LibWebRTC REQUIRED)
include(${LIBWEBRTC_USE_FILE})