4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-05-07 17:19:33 +00:00
2021-05-19 17:40:42 -06:00

10 lines
232 B
CMake

Include(FetchContent)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.13.6)
FetchContent_MakeAvailable(Catch2)
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/contrib)