File: CMakeLists.txt

package info (click to toggle)
tulip 5.4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 208,716 kB
  • sloc: cpp: 613,411; makefile: 22,047; ansic: 11,295; python: 4,606; sh: 709; yacc: 522; pascal: 157; php: 66; xml: 56; lex: 55
file content (14 lines) | stat: -rw-r--r-- 474 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INSTALL(FILES fa-brands-400.ttf
              fa-brands-400.woff
              fa-brands-400.woff2
              fa-regular-400.ttf
              fa-regular-400.woff
              fa-regular-400.woff2
              fa-solid-900.ttf
              fa-solid-900.woff
              fa-solid-900.woff2
              halfCylinderTexture.png
              cylinderTexture.png
              roundTexture.png
        DESTINATION ${TulipBitmapInstallDir}
        COMPONENT tulip_ogl)