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

Version Path
pixo-0.4.5 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.4.4 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.4.3 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.4.2 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.4.1 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.4.0 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.3.2 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.3.1 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.3.0 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.2.6 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.2.5 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.2.4 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.2.3 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.2.2 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.2.1 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.2.0 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.1.4 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.1.3 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.1.2 ext/pixo/ext/glm/test/CMakeLists.txt
pixo-0.1.1 ext/pixo/ext/glm/test/CMakeLists.txt