mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-05-02 15:19:33 +00:00
10 lines
232 B
CMake
10 lines
232 B
CMake
|
Include(FetchContent)
|
||
|
|
||
|
FetchContent_Declare(
|
||
|
Catch2
|
||
|
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
|
||
|
GIT_TAG v2.13.4)
|
||
|
|
||
|
FetchContent_MakeAvailable(Catch2)
|
||
|
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/contrib)
|