diff options
-rw-r--r-- | docs/markdown/Pkg-config-files.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Pkg-config-files.md b/docs/markdown/Pkg-config-files.md index ddb8bab..0427b0e 100644 --- a/docs/markdown/Pkg-config-files.md +++ b/docs/markdown/Pkg-config-files.md @@ -17,3 +17,5 @@ pkg.generate(libraries : libs, ``` This causes a file called `simple.pc` to be created and placed into the install directory during the install phase. + +More infromation on the pkg-config module and the parameters can be found on the [pkgconfig-module](http://mesonbuild.com/Pkgconfig-module.html) page. |