]> git.xonotic.org Git - xonotic/netradiant.git/blob - tools/CMakeLists.txt
Split CMakeLists.txt into subdirectories
[xonotic/netradiant.git] / tools / CMakeLists.txt
1 # Todo split further and actually compile the tools
2
3 set(QUAKE2LIST
4     tools/quake2/common/bspfile.c
5     tools/quake2/common/bspfile.h
6     tools/quake2/common/cmdlib.c
7     tools/quake2/common/cmdlib.h
8     tools/quake2/common/inout.c
9     tools/quake2/common/inout.h
10     tools/quake2/common/l3dslib.c
11     tools/quake2/common/l3dslib.h
12     tools/quake2/common/lbmlib.c
13     tools/quake2/common/lbmlib.h
14     tools/quake2/common/mathlib.c
15     tools/quake2/common/mathlib.h
16     tools/quake2/common/md4.c
17     tools/quake2/common/md4.h
18     tools/quake2/common/path_init.c
19     tools/quake2/common/polylib.c
20     tools/quake2/common/polylib.h
21     tools/quake2/common/q2_threads.h
22     tools/quake2/common/qfiles.h
23     tools/quake2/common/scriplib.c
24     tools/quake2/common/scriplib.h
25     tools/quake2/common/threads.c
26     tools/quake2/common/trilib.c
27     tools/quake2/common/trilib.h
28     tools/quake2/extra/bsp/bspinfo3/bspinfo3.c
29     tools/quake2/extra/bsp/qbsp3/brushbsp.c
30     tools/quake2/extra/bsp/qbsp3/csg.c
31     tools/quake2/extra/bsp/qbsp3/faces.c
32     tools/quake2/extra/bsp/qbsp3/gldraw.c
33     tools/quake2/extra/bsp/qbsp3/glfile.c
34     tools/quake2/extra/bsp/qbsp3/leakfile.c
35     tools/quake2/extra/bsp/qbsp3/map.c
36     tools/quake2/extra/bsp/qbsp3/nodraw.c
37     tools/quake2/extra/bsp/qbsp3/portals.c
38     tools/quake2/extra/bsp/qbsp3/prtfile.c
39     tools/quake2/extra/bsp/qbsp3/qbsp.h
40     tools/quake2/extra/bsp/qbsp3/qbsp3.c
41     tools/quake2/extra/bsp/qbsp3/textures.c
42     tools/quake2/extra/bsp/qbsp3/tree.c
43     tools/quake2/extra/bsp/qbsp3/writebsp.c
44     tools/quake2/extra/bsp/qrad3/lightmap.c
45     tools/quake2/extra/bsp/qrad3/patches.c
46     tools/quake2/extra/bsp/qrad3/qrad.h
47     tools/quake2/extra/bsp/qrad3/qrad3.c
48     tools/quake2/extra/bsp/qrad3/trace.c
49     tools/quake2/extra/bsp/qvis3/flow.c
50     tools/quake2/extra/bsp/qvis3/qvis3.c
51     tools/quake2/extra/bsp/qvis3/vis.h
52     tools/quake2/extra/common/bspfile.c
53     tools/quake2/extra/common/bspfile.h
54     tools/quake2/extra/common/cmdlib.c
55     tools/quake2/extra/common/cmdlib.h
56     tools/quake2/extra/common/l3dslib.c
57     tools/quake2/extra/common/l3dslib.h
58     tools/quake2/extra/common/lbmlib.c
59     tools/quake2/extra/common/lbmlib.h
60     tools/quake2/extra/common/mathlib.c
61     tools/quake2/extra/common/mathlib.h
62     tools/quake2/extra/common/mdfour.c
63     tools/quake2/extra/common/mdfour.h
64     tools/quake2/extra/common/polylib.c
65     tools/quake2/extra/common/polylib.h
66     tools/quake2/extra/common/qfiles.h
67     tools/quake2/extra/common/scriplib.c
68     tools/quake2/extra/common/scriplib.h
69     tools/quake2/extra/common/threads.c
70     tools/quake2/extra/common/threads.h
71     tools/quake2/extra/common/trilib.c
72     tools/quake2/extra/common/trilib.h
73     tools/quake2/extra/qdata/anorms.h
74     tools/quake2/extra/qdata/images.c
75     tools/quake2/extra/qdata/models.c
76     tools/quake2/extra/qdata/qdata.c
77     tools/quake2/extra/qdata/qdata.h
78     tools/quake2/extra/qdata/sprites.c
79     tools/quake2/extra/qdata/tables.c
80     tools/quake2/extra/qdata/video.c
81     tools/quake2/extra/qe4/brush.c
82     tools/quake2/extra/qe4/brush.h
83     tools/quake2/extra/qe4/bspfile.h
84     tools/quake2/extra/qe4/camera.c
85     tools/quake2/extra/qe4/camera.h
86     tools/quake2/extra/qe4/cmdlib.c
87     tools/quake2/extra/qe4/cmdlib.h
88     tools/quake2/extra/qe4/csg.c
89     tools/quake2/extra/qe4/drag.c
90     tools/quake2/extra/qe4/eclass.c
91     tools/quake2/extra/qe4/entity.c
92     tools/quake2/extra/qe4/entity.h
93     tools/quake2/extra/qe4/entityw.h
94     tools/quake2/extra/qe4/glingr.h
95     tools/quake2/extra/qe4/lbmlib.c
96     tools/quake2/extra/qe4/lbmlib.h
97     tools/quake2/extra/qe4/map.c
98     tools/quake2/extra/qe4/map.h
99     tools/quake2/extra/qe4/mathlib.c
100     tools/quake2/extra/qe4/mathlib.h
101     tools/quake2/extra/qe4/mru.c
102     tools/quake2/extra/qe4/mru.h
103     tools/quake2/extra/qe4/parse.c
104     tools/quake2/extra/qe4/parse.h
105     tools/quake2/extra/qe4/points.c
106     tools/quake2/extra/qe4/qe3.c
107     tools/quake2/extra/qe4/qe3.h
108     tools/quake2/extra/qe4/qedefs.h
109     tools/quake2/extra/qe4/qfiles.h
110     tools/quake2/extra/qe4/resource.h
111     tools/quake2/extra/qe4/select.c
112     tools/quake2/extra/qe4/select.h
113     tools/quake2/extra/qe4/textures.c
114     tools/quake2/extra/qe4/textures.h
115     tools/quake2/extra/qe4/vertsel.c
116     tools/quake2/extra/qe4/view.h
117     tools/quake2/extra/qe4/win_cam.c
118     tools/quake2/extra/qe4/win_dlg.c
119     tools/quake2/extra/qe4/win_ent.c
120     tools/quake2/extra/qe4/win_main.c
121     tools/quake2/extra/qe4/win_qe3.c
122     tools/quake2/extra/qe4/win_xy.c
123     tools/quake2/extra/qe4/win_z.c
124     tools/quake2/extra/qe4/xy.c
125     tools/quake2/extra/qe4/xy.h
126     tools/quake2/extra/qe4/z.c
127     tools/quake2/extra/qe4/z.h
128     tools/quake2/extra/texpaint/resource.h
129     tools/quake2/extra/texpaint/texpaint.c
130     tools/quake2/extra/texpaint/texpaint.h
131     tools/quake2/extra/texpaint/win_cam.c
132     tools/quake2/extra/texpaint/win_main.c
133     tools/quake2/extra/texpaint/win_pal.c
134     tools/quake2/extra/texpaint/win_skin.c
135     tools/quake2/q2map/brushbsp.c
136     tools/quake2/q2map/csg.c
137     tools/quake2/q2map/faces.c
138     tools/quake2/q2map/flow.c
139     tools/quake2/q2map/gldraw.c
140     tools/quake2/q2map/glfile.c
141     tools/quake2/q2map/leakfile.c
142     tools/quake2/q2map/lightmap.c
143     tools/quake2/q2map/main.c
144     tools/quake2/q2map/map.c
145     tools/quake2/q2map/nodraw.c
146     tools/quake2/q2map/patches.c
147     tools/quake2/q2map/portals.c
148     tools/quake2/q2map/prtfile.c
149     tools/quake2/q2map/q2map.h
150     tools/quake2/q2map/qbsp.c
151     tools/quake2/q2map/qbsp.h
152     tools/quake2/q2map/qrad.c
153     tools/quake2/q2map/qrad.h
154     tools/quake2/q2map/qvis.c
155     tools/quake2/q2map/qvis.h
156     tools/quake2/q2map/textures.c
157     tools/quake2/q2map/trace.c
158     tools/quake2/q2map/tree.c
159     tools/quake2/q2map/writebsp.c
160     tools/quake2/qdata/anorms.h
161     tools/quake2/qdata/images.c
162     tools/quake2/qdata/models.c
163     tools/quake2/qdata/qdata.c
164     tools/quake2/qdata/qdata.h
165     tools/quake2/qdata/sprites.c
166     tools/quake2/qdata/tables.c
167     tools/quake2/qdata/video.c
168     tools/quake2/qdata_heretic2/common/bspfile.c
169     tools/quake2/qdata_heretic2/common/bspfile.h
170     tools/quake2/qdata_heretic2/common/cmdlib.c
171     tools/quake2/qdata_heretic2/common/cmdlib.h
172     tools/quake2/qdata_heretic2/common/her2_threads.h
173     tools/quake2/qdata_heretic2/common/inout.c
174     tools/quake2/qdata_heretic2/common/inout.h
175     tools/quake2/qdata_heretic2/common/l3dslib.c
176     tools/quake2/qdata_heretic2/common/l3dslib.h
177     tools/quake2/qdata_heretic2/common/lbmlib.c
178     tools/quake2/qdata_heretic2/common/lbmlib.h
179     tools/quake2/qdata_heretic2/common/mathlib.c
180     tools/quake2/qdata_heretic2/common/mathlib.h
181     tools/quake2/qdata_heretic2/common/md4.c
182     tools/quake2/qdata_heretic2/common/md4.h
183     tools/quake2/qdata_heretic2/common/path_init.c
184     tools/quake2/qdata_heretic2/common/polylib.c
185     tools/quake2/qdata_heretic2/common/polylib.h
186     tools/quake2/qdata_heretic2/common/qfiles.c
187     tools/quake2/qdata_heretic2/common/qfiles.h
188     tools/quake2/qdata_heretic2/common/scriplib.c
189     tools/quake2/qdata_heretic2/common/scriplib.h
190     tools/quake2/qdata_heretic2/common/threads.c
191     tools/quake2/qdata_heretic2/common/token.c
192     tools/quake2/qdata_heretic2/common/token.h
193     tools/quake2/qdata_heretic2/common/trilib.c
194     tools/quake2/qdata_heretic2/common/trilib.h
195     tools/quake2/qdata_heretic2/qcommon/angles.h
196     tools/quake2/qdata_heretic2/qcommon/arrayedlist.h
197     tools/quake2/qdata_heretic2/qcommon/flex.h
198     tools/quake2/qdata_heretic2/qcommon/fmodel.h
199     tools/quake2/qdata_heretic2/qcommon/h2common.h
200     tools/quake2/qdata_heretic2/qcommon/placement.h
201     tools/quake2/qdata_heretic2/qcommon/q_typedef.h
202     tools/quake2/qdata_heretic2/qcommon/qfiles.h
203     tools/quake2/qdata_heretic2/qcommon/reference.c
204     tools/quake2/qdata_heretic2/qcommon/reference.h
205     tools/quake2/qdata_heretic2/qcommon/resourcemanager.c
206     tools/quake2/qdata_heretic2/qcommon/resourcemanager.h
207     tools/quake2/qdata_heretic2/qcommon/skeletons.c
208     tools/quake2/qdata_heretic2/qcommon/skeletons.h
209     tools/quake2/qdata_heretic2/adpcm.h
210     tools/quake2/qdata_heretic2/animcomp.c
211     tools/quake2/qdata_heretic2/animcomp.h
212     tools/quake2/qdata_heretic2/anorms.h
213     tools/quake2/qdata_heretic2/book.c
214     tools/quake2/qdata_heretic2/fmodels.c
215     tools/quake2/qdata_heretic2/images.c
216     tools/quake2/qdata_heretic2/jointed.c
217     tools/quake2/qdata_heretic2/jointed.h
218     tools/quake2/qdata_heretic2/joints.h
219     tools/quake2/qdata_heretic2/models.c
220     tools/quake2/qdata_heretic2/pics.c
221     tools/quake2/qdata_heretic2/qd_fmodel.h
222     tools/quake2/qdata_heretic2/qd_skeletons.c
223     tools/quake2/qdata_heretic2/qd_skeletons.h
224     tools/quake2/qdata_heretic2/qdata.c
225     tools/quake2/qdata_heretic2/qdata.h
226     tools/quake2/qdata_heretic2/resource.h
227     tools/quake2/qdata_heretic2/sprites.c
228     tools/quake2/qdata_heretic2/svdcmp.c
229     tools/quake2/qdata_heretic2/tables.c
230     tools/quake2/qdata_heretic2/tmix.c
231     tools/quake2/qdata_heretic2/video.c
232 )
233
234 set(QUAKE3LIST
235     tools/quake3/common/aselib.c
236     tools/quake3/common/aselib.h
237     tools/quake3/common/bspfile.c
238     tools/quake3/common/bspfile.h
239     tools/quake3/common/cmdlib.c
240     tools/quake3/common/cmdlib.h
241     tools/quake3/common/inout.c
242     tools/quake3/common/jpeg.c
243     tools/quake3/common/l3dslib.c
244     tools/quake3/common/l3dslib.h
245     tools/quake3/common/md4.c
246     tools/quake3/common/md4.h
247     tools/quake3/common/mutex.c
248     tools/quake3/common/mutex.h
249     tools/quake3/common/polylib.c
250     tools/quake3/common/polylib.h
251     tools/quake3/common/polyset.h
252     tools/quake3/common/qfiles.h
253     tools/quake3/common/qthreads.h
254     tools/quake3/common/scriplib.c
255     tools/quake3/common/scriplib.h
256     tools/quake3/common/surfaceflags.h
257     tools/quake3/common/threads.c
258     tools/quake3/common/trilib.c
259     tools/quake3/common/trilib.h
260     tools/quake3/common/unzip.c
261     tools/quake3/common/unzip.h
262     tools/quake3/common/vfs.c
263     tools/quake3/common/vfs.h
264     tools/quake3/common/imagelib.c
265     tools/quake3/common/imagelib.h
266     tools/quake3/common/inout.h
267     tools/quake3/q3data/3dslib.c
268     tools/quake3/q3data/3dslib.h
269     tools/quake3/q3data/compress.c
270     tools/quake3/q3data/images.c
271     tools/quake3/q3data/md3lib.c
272     tools/quake3/q3data/md3lib.h
273     tools/quake3/q3data/models.c
274     tools/quake3/q3data/oldstuff.c
275     tools/quake3/q3data/p3dlib.c
276     tools/quake3/q3data/p3dlib.h
277     tools/quake3/q3data/polyset.c
278     tools/quake3/q3data/q3data.c
279     tools/quake3/q3data/q3data.h
280     tools/quake3/q3data/stripper.c
281     tools/quake3/q3data/video.c
282     tools/quake3/q3map2/brush.c
283     tools/quake3/q3map2/brush_primit.c
284     tools/quake3/q3map2/bsp.c
285     tools/quake3/q3map2/bspfile_abstract.c
286     tools/quake3/q3map2/bspfile_ibsp.c
287     tools/quake3/q3map2/bspfile_rbsp.c
288     tools/quake3/q3map2/convert_ase.c
289     tools/quake3/q3map2/convert_map.c
290     tools/quake3/q3map2/convert_obj.c
291     tools/quake3/q3map2/decals.c
292     tools/quake3/q3map2/facebsp.c
293     tools/quake3/q3map2/fog.c
294     tools/quake3/q3map2/game__null.h
295     tools/quake3/q3map2/game_darkplaces.h
296     tools/quake3/q3map2/game_dq.h
297     tools/quake3/q3map2/game_ef.h
298     tools/quake3/q3map2/game_etut.h
299     tools/quake3/q3map2/game_ja.h
300     tools/quake3/q3map2/game_jk2.h
301     tools/quake3/q3map2/game_nexuiz.h
302     tools/quake3/q3map2/game_prophecy.h
303     tools/quake3/q3map2/game_qfusion.h
304     tools/quake3/q3map2/game_quake3.h
305     tools/quake3/q3map2/game_quakelive.h
306     tools/quake3/q3map2/game_reaction.h
307     tools/quake3/q3map2/game_sof2.h
308     tools/quake3/q3map2/game_t.h
309     tools/quake3/q3map2/game_tenebrae.h
310     tools/quake3/q3map2/game_tremulous.h
311     tools/quake3/q3map2/game_wolf.h
312     tools/quake3/q3map2/game_wolfet.h
313     tools/quake3/q3map2/game_xonotic.h
314     tools/quake3/q3map2/leakfile.c
315     tools/quake3/q3map2/light.c
316     tools/quake3/q3map2/light_bounce.c
317     tools/quake3/q3map2/light_shadows.c
318     tools/quake3/q3map2/light_trace.c
319     tools/quake3/q3map2/light_ydnar.c
320     tools/quake3/q3map2/lightmaps.c
321     tools/quake3/q3map2/lightmaps_ydnar.c
322     tools/quake3/q3map2/map.c
323     tools/quake3/q3map2/mesh.c
324     tools/quake3/q3map2/model.c
325     tools/quake3/q3map2/patch.c
326     tools/quake3/q3map2/path_init.c
327     tools/quake3/q3map2/portals.c
328     tools/quake3/q3map2/prtfile.c
329     tools/quake3/q3map2/shaders.c
330     tools/quake3/q3map2/surface.c
331     tools/quake3/q3map2/surface_extra.c
332     tools/quake3/q3map2/surface_foliage.c
333     tools/quake3/q3map2/surface_fur.c
334     tools/quake3/q3map2/surface_meta.c
335     tools/quake3/q3map2/tjunction.c
336     tools/quake3/q3map2/tree.c
337     tools/quake3/q3map2/vis.c
338     tools/quake3/q3map2/visflow.c
339     tools/quake3/q3map2/writebsp.c
340     tools/quake3/q3map2/image.c
341     tools/quake3/q3map2/main.c
342     tools/quake3/q3map2/nav.cpp
343     tools/quake3/q3map2/navgen.h
344     tools/quake3/q3map2/q3map2.h
345 )