refactor: move YYCC_U8 from reinterpret.hpp to string.hpp
- move YYCC_U8 def. - create shared template in testbench.
This commit is contained in:
@ -15,6 +15,14 @@ PRIVATE
|
||||
yycc/patch/contains.cpp
|
||||
yycc/patch/starts_ends_with.cpp
|
||||
)
|
||||
target_sources(YYCCTestbench
|
||||
PRIVATE
|
||||
FILE_SET HEADERS
|
||||
FILES
|
||||
shared/parse_template.hpp
|
||||
shared/stringify_template.hpp
|
||||
shared/utf_literal.hpp
|
||||
)
|
||||
# Setup headers
|
||||
target_include_directories(YYCCTestbench
|
||||
PUBLIC
|
||||
|
Reference in New Issue
Block a user