aboutsummaryrefslogtreecommitdiff
path: root/cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: add option ENABLE_WINE to enable support for running cross compiled ↵Ralf Habacker2020-11-091-0/+32
tests with wine For details about the ENABLE_WINE option, which support three modes AUTO|ON|OFF see the documentation of cmake macro check_auto_option(). A custom path for the wine executable can be specified by adding -DWINE_EXECUTABLE=<path> to the cmake command line. The cmake related macros were copied from https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/cmake/modules/Macros.cmake