File: CMakeLists.txt

package info (click to toggle)
glm 0.9.3.3%2Bdfsg-0.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 12,064 kB
  • sloc: cpp: 14,510; xml: 1,819; python: 111; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
function(glmCreateBenchGTC NAME)
	set(SAMPLE_NAME bench-${NAME})

	add_executable(${SAMPLE_NAME} ${NAME}.cpp)
endfunction(glmCreateBenchGTC)

add_subdirectory(core)
add_subdirectory(gtc)
add_subdirectory(gtx)