File: wscript_build

package info (click to toggle)
glmark2 2023.01%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,380 kB
  • sloc: cpp: 20,680; python: 13,052; ansic: 8,595; java: 1,246; xml: 383; makefile: 42; sh: 39
file content (8 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
bld.install_files('${GLMARK_DATA_PATH}/models',
                  bld.path.ant_glob('models/*'))

bld.install_files('${GLMARK_DATA_PATH}/shaders',
                  bld.path.ant_glob('shaders/*'))

bld.install_files('${GLMARK_DATA_PATH}/textures',
                  bld.path.ant_glob('textures/*'))