Actually fix the tests

master
Krzysztof Kurek ago%!(EXTRA string=6 years) committed by kiroma
parent 75c5e6e0b2
commit 11b88192e8
No known key found for this signature in database
GPG Key ID: 388ED27EE6311049
  1. 1
      test/CMakeLists.txt

@ -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)

Loading…
Cancel
Save