diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-01-01 06:04:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-01 06:04:13 +0100 |
commit | 02396d0ed9bda1a6f02819946604fb29da64dba0 (patch) | |
tree | 0db59b5ff9777a60bc8388e60c4aeb3b516de0c8 | |
parent | 4a17a61737234962a8c16b930ec8f96788f8a9eb (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,4 +73,4 @@ Optional. A list of directories which contains (header) files which should be ex Optional. The name is structured in the following way: config.platform.libraryType.optimizationLevel where platform is any of the platforms specified under \[package] (or if package contains "any", then it can be any other platform). LibraryType is either "static" or "dynamic" - different configurations depending on if the package is included as a static or dynamic library by a dependant package. OptimizationLevel is either "debug" or "release", depending on which optimization level the "root" package was built with ("root" package is usually the project which is an executable) ### lib -Optional. A directory which contains .lib or .dll files which should be included dependant projects use this project +Optional. A directory which contains .lib or .dll files which should be included in dependant projects that uses this project |