Import Base64 implementation from old repo
This commit is contained in:
parent
e4735e2dfb
commit
f9c6e9e7cb
8 changed files with 266 additions and 1 deletions
11
CMakeLists.txt
Normal file
11
CMakeLists.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
cmake_minimum_required(VERSION 3.21)
|
||||
|
||||
project(Garbage
|
||||
LANGUAGES C CXX
|
||||
)
|
||||
|
||||
add_subdirectory(Garbage)
|
||||
|
||||
if(PROJECT_IS_TOP_LEVEL)
|
||||
add_subdirectory(Tests)
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue