CMakeLists.txt 211 B

1234567891011
  1. function(glmCreateBenchGTC NAME)
  2. set(SAMPLE_NAME bench-${NAME})
  3. add_executable(${SAMPLE_NAME} ${NAME}.cpp)
  4. endfunction(glmCreateBenchGTC)
  5. add_subdirectory(core)
  6. add_subdirectory(gtc)
  7. add_subdirectory(gtx)