Import Base64 implementation from old repo
This commit is contained in:
parent
e4735e2dfb
commit
f9c6e9e7cb
8 changed files with 266 additions and 1 deletions
17
Tests/Base64/CMakeLists.txt
Normal file
17
Tests/Base64/CMakeLists.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
add_executable(TestBase64)
|
||||
|
||||
target_compile_features(TestBase64
|
||||
PRIVATE
|
||||
cxx_std_20
|
||||
)
|
||||
|
||||
target_link_libraries(TestBase64
|
||||
PRIVATE
|
||||
Garbage
|
||||
Catch2::Catch2WithMain
|
||||
)
|
||||
|
||||
target_sources(TestBase64
|
||||
PRIVATE
|
||||
Tests.cpp
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue