Import Base64 implementation from old repo
This commit is contained in:
parent
e4735e2dfb
commit
f9c6e9e7cb
8 changed files with 266 additions and 1 deletions
8
CMake/Catch2.cmake
Normal file
8
CMake/Catch2.cmake
Normal file
|
@ -0,0 +1,8 @@
|
|||
include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
Catch2
|
||||
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
||||
GIT_TAG v3.5.0
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(Catch2)
|
Loading…
Add table
Add a link
Reference in a new issue