refactor: use new layout for YYCC

This commit is contained in:
2025-08-12 16:32:59 +08:00
parent cfbc3c68e0
commit 7785773196
7 changed files with 20 additions and 6 deletions

View File

@ -21,6 +21,8 @@ PRIVATE
yycc/encoding/stl.cpp
yycc/encoding/windows.cpp
yycc/encoding/iconv.cpp
yycc/carton/pycodec.cpp
)
target_sources(YYCCTestbench
PRIVATE

View File

@ -0,0 +1,10 @@
#include <gtest/gtest.h>
#include <yycc.hpp>
#include <yycc/carton/pycodec.hpp>
#include "../../shared/literals.hpp"
#define ENC ::yycc::carton::pycodec
namespace yycctest::carton::pycodec {
}