Open gf3 opened 12 months ago
Add OBX_DISABLE_EXAMPLES with a default value of OFF to control including the examples directory in the default build.
OBX_DISABLE_EXAMPLES
OFF
You can disable including/building the examples by setting the cache variable OBX_DISABLE_EXAMPLES to ON:
ON
-DOBX_DISABLE_EXAMPLES=ON
E.g. in KDevelop project CMake configuration:
Closes #33
Add
OBX_DISABLE_EXAMPLES
with a default value ofOFF
to control including the examples directory in the default build.Example
You can disable including/building the examples by setting the cache variable
OBX_DISABLE_EXAMPLES
toON
:E.g. in KDevelop project CMake configuration:
Closes #33