Skip to content

Commit 7d0dbd4

Browse files
committed
Migrate to percy::variant
1 parent b838200 commit 7d0dbd4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cmake/PercyVariant.cmake

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
include(FetchContent)
2+
3+
FetchContent_Declare(PercyVariant
4+
GIT_REPOSITORY https://github.com/jansvoboda11/percy-variant.git
5+
GIT_TAG origin/master
6+
)
7+
8+
FetchContent_MakeAvailable(PercyVariant)

0 commit comments

Comments
 (0)