From 11b88192e861908d305563c06c01972bde2cb520 Mon Sep 17 00:00:00 2001 From: Krzysztof Kurek Date: Thu, 17 Oct 2019 16:41:13 +0200 Subject: [PATCH] Actually fix the tests --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 988d9d9e..7cf170d9 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -5,6 +5,7 @@ function(glmCreateTestGTC NAME) add_test( NAME ${SAMPLE_NAME} COMMAND $ ) + target_link_libraries(${SAMPLE_NAME} PRIVATE glm::glm) endfunction() if(GLM_TEST_ENABLE)