File: meson.build

package info (click to toggle)
glmark2 2023.01%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 13,380 kB
  • sloc: cpp: 20,680; python: 13,052; ansic: 8,595; java: 1,246; xml: 383; makefile: 41; sh: 39
file content (14 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
install_subdir(
    'shaders',
    install_dir : join_paths([get_option('datadir'), 'glmark2'])
    )

install_subdir(
    'models',
    install_dir : join_paths([get_option('datadir'), 'glmark2'])
    )

install_subdir(
    'textures',
    install_dir : join_paths([get_option('datadir'), 'glmark2'])
    )