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)