We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a417c8b commit bdc88c4Copy full SHA for bdc88c4
README.md
@@ -80,11 +80,11 @@ The project is written on ```C++14```
80
81
## Build configuration
82
83
-By default the project builds with ``devlib`` library and ``examples``
+By default the project builds only ``devlib`` library
84
85
### Options
86
87
-+ ``EXCLUDE_EXAMPLES_BUILD`` - skip ``examples`` build
++ ``DEVLIB_INCLUDE_EXAMPLES`` - enable ``examples`` build
88
+ ``ENABLE_HEADERS_COPY`` - ``devlib`` builds with public headers (will be located in ``include`` dir)
89
90
Example:
devlib.pro
@@ -4,7 +4,7 @@ SUBDIRS += \
4
devlib \
5
6
7
-!EXCLUDE_EXAMPLES_BUILD {
+DEVLIB_INCLUDE_EXAMPLES {
8
SUBDIRS += examples
9
examples.depends = devlib
10
}
0 commit comments