Skip to content

Commit 55d9615

Browse files
committed
feat: fetch tobieaslocker lib as external lib
1 parent 0811f80 commit 55d9615

File tree

5 files changed

+8
-809
lines changed

5 files changed

+8
-809
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ else()
7777
find_package(cucumber_messages REQUIRED)
7878
find_package(cucumber_gherkin REQUIRED)
7979
find_package(fmt REQUIRED)
80+
find_package(base64 REQUIRED)
8081

8182
if (CCR_BUILD_TESTS)
8283
find_package(yaml-cpp REQUIRED)

external/tobiaslocker/base64/CMakeLists.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# https://github.com/tobiaslocker/base64/tree/8d96a2a737ac1396304b1de289beb3a5ea0cb752
1+
FetchContent_Declare(
2+
tobiaslocker_base64
3+
GIT_REPOSITORY https://github.com/tobiaslocker/base64.git
4+
GIT_TAG 8d96a2a737ac1396304b1de289beb3a5ea0cb752
5+
)
6+
7+
FetchContent_MakeAvailable(tobiaslocker_base64)
28

3-
add_library(base64 INTERFACE)
4-
target_include_directories(base64 INTERFACE include)

external/tobiaslocker/base64/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

external/tobiaslocker/base64/README.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)