File tree Expand file tree Collapse file tree 5 files changed +8
-809
lines changed
external/tobiaslocker/base64 Expand file tree Collapse file tree 5 files changed +8
-809
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 )
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments