Merge pull request #963 from kiroma/master

Re-add the glm interface library in cmake #963
This commit is contained in:
Christophe
2019-11-02 11:27:28 +01:00
committed by GitHub
3 changed files with 14 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ function(glmCreateTestGTC NAME)
add_test(
NAME ${SAMPLE_NAME}
COMMAND $<TARGET_FILE:${SAMPLE_NAME}> )
target_link_libraries(${SAMPLE_NAME} PRIVATE glm::glm)
endfunction()
if(GLM_TEST_ENABLE)