refactored
This commit is contained in:
@ -7,4 +7,6 @@ add_executable(${BACKEND_EXETUABLE_NAME} main.cpp)
|
||||
target_link_libraries(${BACKEND_EXETUABLE_NAME} argparse)
|
||||
target_link_libraries(${BACKEND_EXETUABLE_NAME} spdlog::spdlog)
|
||||
target_link_libraries(${BACKEND_EXETUABLE_NAME} sockpp)
|
||||
target_link_libraries(${BACKEND_EXETUABLE_NAME} storage)
|
||||
target_link_libraries(${BACKEND_EXETUABLE_NAME} dataguard)
|
||||
set_target_properties(${BACKEND_EXETUABLE_NAME} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
|
@ -1,5 +1,7 @@
|
||||
#include <sockpp/tcp_acceptor.h>
|
||||
#include "basic_defs.h"
|
||||
#include "storage/bpt.hpp"
|
||||
#include "dataguard/dataguard.h"
|
||||
const std::string main_version = "0.0.1";
|
||||
const std::string build_version = GIT_COMMIT_HASH;
|
||||
std::shared_ptr<spdlog::logger> logger_ptr;
|
||||
|
Reference in New Issue
Block a user