4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-04-30 22:34:32 +00:00

10 lines
232 B
CMake
Raw Normal View History

Include(FetchContent)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
2021-05-15 23:53:10 -04:00
GIT_TAG v2.13.6)
FetchContent_MakeAvailable(Catch2)
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/contrib)