You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMakeLists.txt and Makefile have been updated to support building
examples. The Makefile now includes a variable `SCYLLA_EXAMPLES_TO_RUN`,
which lists the examples that are expected to run successfully. Those
examples will be built when the `build-examples` target is invoked.
CMakeLists.txt has been modified to conditionally add example
subdirectories based on the `CASS_EXAMPLES_WHITELIST` variable,
which is populated from the `SCYLLA_EXAMPLES_TO_RUN` variable in the
Makefile.
What is now possible after this commit is to build specific examples
using the `build-examples` target in the Makefile. Also, it's possible
to conveniently override the list of examples to build:
`make run-examples SCYLLA_EXAMPLES_TO_RUN="basic callbacks"`
0 commit comments