docs: dbal,cpp,hpp (6 files)

This commit is contained in:
2025-12-26 03:53:08 +00:00
parent 1fb6507049
commit 9e4e9f3e4a
6 changed files with 5 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ set(DBAL_INCLUDE_DIR ${DBAL_ROOT}/include)
find_package(Threads REQUIRED)
include_directories(${DBAL_INCLUDE_DIR} ${DBAL_SRC_DIR})
include_directories(${DBAL_INCLUDE_DIR} ${DBAL_INCLUDE_DIR}/dbal ${DBAL_SRC_DIR})
# Try to find Conan dependencies, but don't fail if they're not available
find_package(fmt QUIET)

View File

@@ -1,6 +1,3 @@
#ifndef DBAL_BLOB_STORAGE_WRAPPER_HPP
#define DBAL_BLOB_STORAGE_WRAPPER_HPP
#pragma once
#include "dbal/storage/blob_storage.hpp"
#endif // DBAL_BLOB_STORAGE_WRAPPER_HPP

View File

@@ -1,6 +1,3 @@
#ifndef DBAL_ERRORS_WRAPPER_HPP
#define DBAL_ERRORS_WRAPPER_HPP
#pragma once
#include "dbal/core/errors.hpp"
#endif // DBAL_ERRORS_WRAPPER_HPP

View File

@@ -1,6 +1,3 @@
#ifndef DBAL_RESULT_WRAPPER_HPP
#define DBAL_RESULT_WRAPPER_HPP
#pragma once
#include "dbal/errors.hpp"
#endif // DBAL_RESULT_WRAPPER_HPP

View File

@@ -1,6 +1,3 @@
#ifndef DBAL_TYPES_WRAPPER_HPP
#define DBAL_TYPES_WRAPPER_HPP
#pragma once
#include "dbal/core/types.hpp"
#endif // DBAL_TYPES_WRAPPER_HPP