feat: add all binstore headers and sources file
This commit is contained in:
@ -39,6 +39,8 @@ PRIVATE
|
||||
yycc/carton/clap/parser.cpp
|
||||
yycc/carton/clap/resolver.cpp
|
||||
yycc/carton/binstore/types.cpp
|
||||
yycc/carton/binstore/setting.cpp
|
||||
yycc/carton/binstore/storage.cpp
|
||||
)
|
||||
target_sources(YYCCommonplace
|
||||
PUBLIC
|
||||
@ -102,8 +104,11 @@ FILES
|
||||
yycc/carton/clap/validator.hpp
|
||||
yycc/carton/clap/parser.hpp
|
||||
yycc/carton/clap/resolver.hpp
|
||||
yycc/carton/binstore.hpp
|
||||
yycc/carton/binstore/types.hpp
|
||||
yycc/carton/binstore/serializer.hpp
|
||||
yycc/carton/binstore/setting.hpp
|
||||
yycc/carton/binstore/storage.hpp
|
||||
yycc/carton/fft.hpp
|
||||
)
|
||||
# Setup header infomations
|
||||
|
||||
5
src/yycc/carton/binstore.hpp
Normal file
5
src/yycc/carton/binstore.hpp
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
namespace yycc::carton::binstore {
|
||||
|
||||
}
|
||||
3
src/yycc/carton/binstore/setting.cpp
Normal file
3
src/yycc/carton/binstore/setting.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
namespace yycc::carton::binstore::setting {}
|
||||
3
src/yycc/carton/binstore/setting.hpp
Normal file
3
src/yycc/carton/binstore/setting.hpp
Normal file
@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
namespace yycc::carton::binstore::setting {}
|
||||
3
src/yycc/carton/binstore/storage.cpp
Normal file
3
src/yycc/carton/binstore/storage.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
#include "storage.hpp"
|
||||
|
||||
namespace yycc::carton::binstore::storage {}
|
||||
5
src/yycc/carton/binstore/storage.hpp
Normal file
5
src/yycc/carton/binstore/storage.hpp
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
namespace yycc::carton::binstore::storage {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user