Actually fix the tests
This commit is contained in:
@@ -5,6 +5,7 @@ function(glmCreateTestGTC NAME)
|
|||||||
add_test(
|
add_test(
|
||||||
NAME ${SAMPLE_NAME}
|
NAME ${SAMPLE_NAME}
|
||||||
COMMAND $<TARGET_FILE:${SAMPLE_NAME}> )
|
COMMAND $<TARGET_FILE:${SAMPLE_NAME}> )
|
||||||
|
target_link_libraries(${SAMPLE_NAME} PRIVATE glm::glm)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
if(GLM_TEST_ENABLE)
|
if(GLM_TEST_ENABLE)
|
||||||
|
|||||||
Reference in New Issue
Block a user