mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
docs: dbal,cpp,hpp (6 files)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user