Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2012-01-02 00:57:13 +0400
committerFelix Geyer <debfx@fobos.de>2012-01-02 00:57:13 +0400
commit17d0fb9963d9d02ea7d6fc8b52631d7ae6705cd6 (patch)
tree8c8ac92ff36d811c1bd5113c5940e234468c929c /tests/config-keepassx-tests.h.cmake
parent00aafa69f5a478749f796fca20b5a71a6d5d1b49 (diff)
Add include guards.
Diffstat (limited to 'tests/config-keepassx-tests.h.cmake')
-rw-r--r--tests/config-keepassx-tests.h.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/config-keepassx-tests.h.cmake b/tests/config-keepassx-tests.h.cmake
index 405362d95..b515f5c5f 100644
--- a/tests/config-keepassx-tests.h.cmake
+++ b/tests/config-keepassx-tests.h.cmake
@@ -1,3 +1,8 @@
/* 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}"
+
+#endif // KEEPASSX_CONFIG_TESTS_H