Unverified Commit 906798c6 authored by Carlos Gomes Martinho's avatar Carlos Gomes Martinho Committed by GitHub

style: add syntax hightlight to readme (#719)

parent f271e90e
...@@ -80,7 +80,7 @@ To [use](https://autotools.io/pkgconfig/pkg_check_modules.html) with the GNU Aut ...@@ -80,7 +80,7 @@ To [use](https://autotools.io/pkgconfig/pkg_check_modules.html) with the GNU Aut
## CMake ## CMake
To use with a CMake build environment, use the [FindPkgConfig](https://cmake.org/cmake/help/latest/module/FindPkgConfig.html) module. Here is an example: To use with a CMake build environment, use the [FindPkgConfig](https://cmake.org/cmake/help/latest/module/FindPkgConfig.html) module. Here is an example:
``` ```cmake
cmake_minimum_required(2.8 FATAL_ERROR) cmake_minimum_required(2.8 FATAL_ERROR)
project("MyPistacheProject") project("MyPistacheProject")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment