|
|
@ -12,7 +12,7 @@ file(GLOB_RECURSE SRC_FILES src/**.cpp) |
|
|
|
add_executable(AdventOfCode2023 ${SRC_FILES}) |
|
|
|
add_executable(AdventOfCode2023 ${SRC_FILES}) |
|
|
|
|
|
|
|
|
|
|
|
include(FetchContent) |
|
|
|
include(FetchContent) |
|
|
|
FetchContent_Declare(cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git GIT_TAG 100cf2050be7619430a615cd0d580b33c62fde6b) |
|
|
|
FetchContent_Declare(cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git GIT_TAG 3b15fa8) |
|
|
|
FetchContent_MakeAvailable(cpr) |
|
|
|
FetchContent_MakeAvailable(cpr) |
|
|
|
|
|
|
|
|
|
|
|
target_link_libraries(AdventOfCode2023 cpr::cpr) |
|
|
|
target_link_libraries(AdventOfCode2023 cpr::cpr) |