mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
13 lines
331 B
CMake
13 lines
331 B
CMake
/* config-keepassx-tests.h. Generated by cmake from config-keepassx-tests.h.cmake */
|
|
|
|
#ifndef KEEPASSX_CONFIG_TESTS_H
|
|
#define KEEPASSX_CONFIG_TESTS_H
|
|
|
|
#define KEEPASSX_TEST_DATA_DIR "${KEEPASSX_TEST_DATA_DIR}"
|
|
|
|
#cmakedefine WITH_XC_HTTP
|
|
#cmakedefine WITH_XC_AUTOTYPE
|
|
#cmakedefine WITH_XC_YUBIKEY
|
|
|
|
#endif // KEEPASSX_CONFIG_TESTS_H
|