Sha256: d1e3cfaa754b418e3bc4879eb62d79d505965668cff9604db4659499e3ec7f24
Contents?: true
Size: 339 Bytes
Versions: 21
Compression:
Stored size: 339 Bytes
Contents
function(glmCreateTestGTC NAME) if(GLM_TEST_ENABLE) set(SAMPLE_NAME test-${NAME}) add_executable(${SAMPLE_NAME} ${NAME}.cpp) add_test( NAME ${SAMPLE_NAME} COMMAND $<TARGET_FILE:${SAMPLE_NAME}> ) endif(GLM_TEST_ENABLE) endfunction() add_subdirectory(bug) add_subdirectory(core) add_subdirectory(gtc) add_subdirectory(gtx)
Version data entries
21 entries across 21 versions & 1 rubygems