aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a02ba0f..4b7fc2d 100644
--- a/README.md
+++ b/README.md
@@ -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