aboutsummaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
blob: 16c32fd9e759789f5a7dbe4a498095d6e772d786 (plain)
1
2
3
4
5
6
7
8
9
include(FetchContent)

FetchContent_Declare(
  ctre
  GIT_REPOSITORY "https://github.com/hanickadot/compile-time-regular-expressions"
  GIT_TAG v3.5
)

add_subdirectory(ctre)