mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-25 15:29:44 -05:00
Add include guards.
This commit is contained in:
parent
00aafa69f5
commit
17d0fb9963
@ -1,5 +1,10 @@
|
|||||||
/* config-keepassx.h. Generated by cmake from config-keepassx.h.cmake */
|
/* config-keepassx.h. Generated by cmake from config-keepassx.h.cmake */
|
||||||
|
|
||||||
|
#ifndef KEEPASSX_CONFIG_H
|
||||||
|
#define KEEPASSX_CONFIG_H
|
||||||
|
|
||||||
#define KEEPASSX_VERSION "${KEEPASSX_VERSION}"
|
#define KEEPASSX_VERSION "${KEEPASSX_VERSION}"
|
||||||
|
|
||||||
#define KEEPASSX_SOURCE_DIR "${CMAKE_SOURCE_DIR}"
|
#define KEEPASSX_SOURCE_DIR "${CMAKE_SOURCE_DIR}"
|
||||||
|
|
||||||
|
#endif // KEEPASSX_CONFIG_H
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
/* config-keepassx-tests.h. Generated by cmake from config-keepassx-tests.h.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}"
|
#define KEEPASSX_TEST_DATA_DIR "${KEEPASSX_TEST_DATA_DIR}"
|
||||||
|
|
||||||
|
#endif // KEEPASSX_CONFIG_TESTS_H
|
||||||
|
Loading…
Reference in New Issue
Block a user