]> git.xonotic.org Git - xonotic/netradiant.git/blob - tools/CMakeLists.txt
Compile q3map2
[xonotic/netradiant.git] / tools / CMakeLists.txt
1 # Todo split further and actually compile the tools
2
3 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}")
4
5 add_subdirectory(quake3)
6
7 set(QUAKE2LIST
8     tools/quake2/common/bspfile.c
9     tools/quake2/common/bspfile.h
10     tools/quake2/common/cmdlib.c
11     tools/quake2/common/cmdlib.h
12     tools/quake2/common/inout.c
13     tools/quake2/common/inout.h
14     tools/quake2/common/l3dslib.c
15     tools/quake2/common/l3dslib.h
16     tools/quake2/common/lbmlib.c
17     tools/quake2/common/lbmlib.h
18     tools/quake2/common/mathlib.c
19     tools/quake2/common/mathlib.h
20     tools/quake2/common/md4.c
21     tools/quake2/common/md4.h
22     tools/quake2/common/path_init.c
23     tools/quake2/common/polylib.c
24     tools/quake2/common/polylib.h
25     tools/quake2/common/q2_threads.h
26     tools/quake2/common/qfiles.h
27     tools/quake2/common/scriplib.c
28     tools/quake2/common/scriplib.h
29     tools/quake2/common/threads.c
30     tools/quake2/common/trilib.c
31     tools/quake2/common/trilib.h
32     tools/quake2/extra/bsp/bspinfo3/bspinfo3.c
33     tools/quake2/extra/bsp/qbsp3/brushbsp.c
34     tools/quake2/extra/bsp/qbsp3/csg.c
35     tools/quake2/extra/bsp/qbsp3/faces.c
36     tools/quake2/extra/bsp/qbsp3/gldraw.c
37     tools/quake2/extra/bsp/qbsp3/glfile.c
38     tools/quake2/extra/bsp/qbsp3/leakfile.c
39     tools/quake2/extra/bsp/qbsp3/map.c
40     tools/quake2/extra/bsp/qbsp3/nodraw.c
41     tools/quake2/extra/bsp/qbsp3/portals.c
42     tools/quake2/extra/bsp/qbsp3/prtfile.c
43     tools/quake2/extra/bsp/qbsp3/qbsp.h
44     tools/quake2/extra/bsp/qbsp3/qbsp3.c
45     tools/quake2/extra/bsp/qbsp3/textures.c
46     tools/quake2/extra/bsp/qbsp3/tree.c
47     tools/quake2/extra/bsp/qbsp3/writebsp.c
48     tools/quake2/extra/bsp/qrad3/lightmap.c
49     tools/quake2/extra/bsp/qrad3/patches.c
50     tools/quake2/extra/bsp/qrad3/qrad.h
51     tools/quake2/extra/bsp/qrad3/qrad3.c
52     tools/quake2/extra/bsp/qrad3/trace.c
53     tools/quake2/extra/bsp/qvis3/flow.c
54     tools/quake2/extra/bsp/qvis3/qvis3.c
55     tools/quake2/extra/bsp/qvis3/vis.h
56     tools/quake2/extra/common/bspfile.c
57     tools/quake2/extra/common/bspfile.h
58     tools/quake2/extra/common/cmdlib.c
59     tools/quake2/extra/common/cmdlib.h
60     tools/quake2/extra/common/l3dslib.c
61     tools/quake2/extra/common/l3dslib.h
62     tools/quake2/extra/common/lbmlib.c
63     tools/quake2/extra/common/lbmlib.h
64     tools/quake2/extra/common/mathlib.c
65     tools/quake2/extra/common/mathlib.h
66     tools/quake2/extra/common/mdfour.c
67     tools/quake2/extra/common/mdfour.h
68     tools/quake2/extra/common/polylib.c
69     tools/quake2/extra/common/polylib.h
70     tools/quake2/extra/common/qfiles.h
71     tools/quake2/extra/common/scriplib.c
72     tools/quake2/extra/common/scriplib.h
73     tools/quake2/extra/common/threads.c
74     tools/quake2/extra/common/threads.h
75     tools/quake2/extra/common/trilib.c
76     tools/quake2/extra/common/trilib.h
77     tools/quake2/extra/qdata/anorms.h
78     tools/quake2/extra/qdata/images.c
79     tools/quake2/extra/qdata/models.c
80     tools/quake2/extra/qdata/qdata.c
81     tools/quake2/extra/qdata/qdata.h
82     tools/quake2/extra/qdata/sprites.c
83     tools/quake2/extra/qdata/tables.c
84     tools/quake2/extra/qdata/video.c
85     tools/quake2/extra/qe4/brush.c
86     tools/quake2/extra/qe4/brush.h
87     tools/quake2/extra/qe4/bspfile.h
88     tools/quake2/extra/qe4/camera.c
89     tools/quake2/extra/qe4/camera.h
90     tools/quake2/extra/qe4/cmdlib.c
91     tools/quake2/extra/qe4/cmdlib.h
92     tools/quake2/extra/qe4/csg.c
93     tools/quake2/extra/qe4/drag.c
94     tools/quake2/extra/qe4/eclass.c
95     tools/quake2/extra/qe4/entity.c
96     tools/quake2/extra/qe4/entity.h
97     tools/quake2/extra/qe4/entityw.h
98     tools/quake2/extra/qe4/glingr.h
99     tools/quake2/extra/qe4/lbmlib.c
100     tools/quake2/extra/qe4/lbmlib.h
101     tools/quake2/extra/qe4/map.c
102     tools/quake2/extra/qe4/map.h
103     tools/quake2/extra/qe4/mathlib.c
104     tools/quake2/extra/qe4/mathlib.h
105     tools/quake2/extra/qe4/mru.c
106     tools/quake2/extra/qe4/mru.h
107     tools/quake2/extra/qe4/parse.c
108     tools/quake2/extra/qe4/parse.h
109     tools/quake2/extra/qe4/points.c
110     tools/quake2/extra/qe4/qe3.c
111     tools/quake2/extra/qe4/qe3.h
112     tools/quake2/extra/qe4/qedefs.h
113     tools/quake2/extra/qe4/qfiles.h
114     tools/quake2/extra/qe4/resource.h
115     tools/quake2/extra/qe4/select.c
116     tools/quake2/extra/qe4/select.h
117     tools/quake2/extra/qe4/textures.c
118     tools/quake2/extra/qe4/textures.h
119     tools/quake2/extra/qe4/vertsel.c
120     tools/quake2/extra/qe4/view.h
121     tools/quake2/extra/qe4/win_cam.c
122     tools/quake2/extra/qe4/win_dlg.c
123     tools/quake2/extra/qe4/win_ent.c
124     tools/quake2/extra/qe4/win_main.c
125     tools/quake2/extra/qe4/win_qe3.c
126     tools/quake2/extra/qe4/win_xy.c
127     tools/quake2/extra/qe4/win_z.c
128     tools/quake2/extra/qe4/xy.c
129     tools/quake2/extra/qe4/xy.h
130     tools/quake2/extra/qe4/z.c
131     tools/quake2/extra/qe4/z.h
132     tools/quake2/extra/texpaint/resource.h
133     tools/quake2/extra/texpaint/texpaint.c
134     tools/quake2/extra/texpaint/texpaint.h
135     tools/quake2/extra/texpaint/win_cam.c
136     tools/quake2/extra/texpaint/win_main.c
137     tools/quake2/extra/texpaint/win_pal.c
138     tools/quake2/extra/texpaint/win_skin.c
139     tools/quake2/q2map/brushbsp.c
140     tools/quake2/q2map/csg.c
141     tools/quake2/q2map/faces.c
142     tools/quake2/q2map/flow.c
143     tools/quake2/q2map/gldraw.c
144     tools/quake2/q2map/glfile.c
145     tools/quake2/q2map/leakfile.c
146     tools/quake2/q2map/lightmap.c
147     tools/quake2/q2map/main.c
148     tools/quake2/q2map/map.c
149     tools/quake2/q2map/nodraw.c
150     tools/quake2/q2map/patches.c
151     tools/quake2/q2map/portals.c
152     tools/quake2/q2map/prtfile.c
153     tools/quake2/q2map/q2map.h
154     tools/quake2/q2map/qbsp.c
155     tools/quake2/q2map/qbsp.h
156     tools/quake2/q2map/qrad.c
157     tools/quake2/q2map/qrad.h
158     tools/quake2/q2map/qvis.c
159     tools/quake2/q2map/qvis.h
160     tools/quake2/q2map/textures.c
161     tools/quake2/q2map/trace.c
162     tools/quake2/q2map/tree.c
163     tools/quake2/q2map/writebsp.c
164     tools/quake2/qdata/anorms.h
165     tools/quake2/qdata/images.c
166     tools/quake2/qdata/models.c
167     tools/quake2/qdata/qdata.c
168     tools/quake2/qdata/qdata.h
169     tools/quake2/qdata/sprites.c
170     tools/quake2/qdata/tables.c
171     tools/quake2/qdata/video.c
172     tools/quake2/qdata_heretic2/common/bspfile.c
173     tools/quake2/qdata_heretic2/common/bspfile.h
174     tools/quake2/qdata_heretic2/common/cmdlib.c
175     tools/quake2/qdata_heretic2/common/cmdlib.h
176     tools/quake2/qdata_heretic2/common/her2_threads.h
177     tools/quake2/qdata_heretic2/common/inout.c
178     tools/quake2/qdata_heretic2/common/inout.h
179     tools/quake2/qdata_heretic2/common/l3dslib.c
180     tools/quake2/qdata_heretic2/common/l3dslib.h
181     tools/quake2/qdata_heretic2/common/lbmlib.c
182     tools/quake2/qdata_heretic2/common/lbmlib.h
183     tools/quake2/qdata_heretic2/common/mathlib.c
184     tools/quake2/qdata_heretic2/common/mathlib.h
185     tools/quake2/qdata_heretic2/common/md4.c
186     tools/quake2/qdata_heretic2/common/md4.h
187     tools/quake2/qdata_heretic2/common/path_init.c
188     tools/quake2/qdata_heretic2/common/polylib.c
189     tools/quake2/qdata_heretic2/common/polylib.h
190     tools/quake2/qdata_heretic2/common/qfiles.c
191     tools/quake2/qdata_heretic2/common/qfiles.h
192     tools/quake2/qdata_heretic2/common/scriplib.c
193     tools/quake2/qdata_heretic2/common/scriplib.h
194     tools/quake2/qdata_heretic2/common/threads.c
195     tools/quake2/qdata_heretic2/common/token.c
196     tools/quake2/qdata_heretic2/common/token.h
197     tools/quake2/qdata_heretic2/common/trilib.c
198     tools/quake2/qdata_heretic2/common/trilib.h
199     tools/quake2/qdata_heretic2/qcommon/angles.h
200     tools/quake2/qdata_heretic2/qcommon/arrayedlist.h
201     tools/quake2/qdata_heretic2/qcommon/flex.h
202     tools/quake2/qdata_heretic2/qcommon/fmodel.h
203     tools/quake2/qdata_heretic2/qcommon/h2common.h
204     tools/quake2/qdata_heretic2/qcommon/placement.h
205     tools/quake2/qdata_heretic2/qcommon/q_typedef.h
206     tools/quake2/qdata_heretic2/qcommon/qfiles.h
207     tools/quake2/qdata_heretic2/qcommon/reference.c
208     tools/quake2/qdata_heretic2/qcommon/reference.h
209     tools/quake2/qdata_heretic2/qcommon/resourcemanager.c
210     tools/quake2/qdata_heretic2/qcommon/resourcemanager.h
211     tools/quake2/qdata_heretic2/qcommon/skeletons.c
212     tools/quake2/qdata_heretic2/qcommon/skeletons.h
213     tools/quake2/qdata_heretic2/adpcm.h
214     tools/quake2/qdata_heretic2/animcomp.c
215     tools/quake2/qdata_heretic2/animcomp.h
216     tools/quake2/qdata_heretic2/anorms.h
217     tools/quake2/qdata_heretic2/book.c
218     tools/quake2/qdata_heretic2/fmodels.c
219     tools/quake2/qdata_heretic2/images.c
220     tools/quake2/qdata_heretic2/jointed.c
221     tools/quake2/qdata_heretic2/jointed.h
222     tools/quake2/qdata_heretic2/joints.h
223     tools/quake2/qdata_heretic2/models.c
224     tools/quake2/qdata_heretic2/pics.c
225     tools/quake2/qdata_heretic2/qd_fmodel.h
226     tools/quake2/qdata_heretic2/qd_skeletons.c
227     tools/quake2/qdata_heretic2/qd_skeletons.h
228     tools/quake2/qdata_heretic2/qdata.c
229     tools/quake2/qdata_heretic2/qdata.h
230     tools/quake2/qdata_heretic2/resource.h
231     tools/quake2/qdata_heretic2/sprites.c
232     tools/quake2/qdata_heretic2/svdcmp.c
233     tools/quake2/qdata_heretic2/tables.c
234     tools/quake2/qdata_heretic2/tmix.c
235     tools/quake2/qdata_heretic2/video.c
236 )