master
Benjamin Kraft 3 years ago
parent 4cf318a360
commit f66dbb64dd
  1. 4
      .gitignore
  2. 2
      CMakeLists.txt
  3. 3
      src/util.h
  4. 1
      xtl

4
.gitignore vendored

@ -1,3 +1,5 @@
/cmake-build-debug/ /cmake-build-debug/
session session
/input/ /input/
/xtensor/
/xtl/

@ -15,4 +15,4 @@ 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 100cf2050be7619430a615cd0d580b33c62fde6b)
FetchContent_MakeAvailable(cpr) FetchContent_MakeAvailable(cpr)
target_link_libraries(AdventOfCode2022 PRIVATE cpr::cpr) target_link_libraries(AdventOfCode2022 cpr::cpr)

@ -1,8 +1,7 @@
#pragma once #pragma once
#include <vector> #include <vector>
#include <numeric> #include <numeric>
#include <string> #include <string>
#include <tuple> #include <tuple>
#include <iostream> #include <iostream>

1
xtl

@ -0,0 +1 @@
Subproject commit e697c91e2a3ac571d120d2b093fb3b250d060a7d
Loading…
Cancel
Save