summaryrefslogtreecommitdiff
path: root/cmake/Modules/GrTest.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Modules/GrTest.cmake')
-rw-r--r--cmake/Modules/GrTest.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Modules/GrTest.cmake b/cmake/Modules/GrTest.cmake
index 3ab88b61e0..5de7476f3f 100644
--- a/cmake/Modules/GrTest.cmake
+++ b/cmake/Modules/GrTest.cmake
@@ -154,6 +154,7 @@ function(GR_ADD_CPP_TEST test_name test_source)
target_link_libraries(
${test_name}
${GR_TEST_TARGET_DEPS}
+ Boost::unit_test_framework
)
set_target_properties(${test_name}
PROPERTIES COMPILE_DEFINITIONS "BOOST_TEST_DYN_LINK;BOOST_TEST_MAIN"