File: CMakeLists.txt

package info (click to toggle)
kgoldrunner 4%3A18.04.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 23,308 kB
  • sloc: cpp: 8,935; xml: 303; sh: 54; makefile: 5
file content (38 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38




########### install files ###############

install( FILES game_blb.txt
               game_CM.txt
               game_cnt.txt
               game_ende.txt
               game_fd.txt
               game_GMEP.txt
               game_GMGR.txt
	       game_GRII.txt
               game_kgr.txt
               game_lars.txt
               game_MAZ.txt
               game_plws.txt
               game_plwv.txt
               game_sot.txt
               game_tute.txt
               game_tutea.txt
               game_wad.txt
               hi_kgr.dat
               hi_plws.dat
               hi_plwv.dat
               hi_wad.dat
               rec_demo.txt
               rec_GMGR.txt
	       rec_GRII.txt
               sol_blb.txt
               sol_fd.txt
	       sol_kgr.txt
	       sol_plws.txt
	       sol_tute.txt
	       sol_tutea.txt
   DESTINATION ${KDE_INSTALL_DATADIR}/kgoldrunner/system )