diff options
-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 |