]> www.ginac.de Git - cln.git/blob - include/CMakeLists.txt
Add support for LoongArch
[cln.git] / include / CMakeLists.txt
1 set(cln_public_headers
2         cln/cln.h
3         cln/complex_class.h
4         cln/complex.h
5         cln/complex_io.h
6         cln/complex_ring.h
7         cln/condition.h
8         cln/dfloat_class.h
9         cln/dfloat.h
10         cln/dfloat_io.h
11         cln/exception.h
12         cln/ffloat_class.h
13         cln/ffloat.h
14         cln/ffloat_io.h
15         cln/float_class.h
16         cln/floatformat.h
17         cln/float.h
18         cln/float_io.h
19         cln/GV_complex.h
20         cln/GV.h
21         cln/GV_integer.h
22         cln/GV_modinteger.h
23         cln/GV_number.h
24         cln/GV_rational.h
25         cln/GV_real.h
26         cln/input.h
27         cln/integer_class.h
28         cln/integer.h
29         cln/integer_io.h
30         cln/integer_ring.h
31         cln/io.h
32         cln/lfloat_class.h
33         cln/lfloat.h
34         cln/lfloat_io.h
35         cln/malloc.h
36         cln/modinteger.h
37         cln/modules.h
38         cln/null_ring.h
39         cln/number.h
40         cln/number_io.h
41         cln/numtheory.h
42         cln/object.h
43         cln/output.h
44         cln/proplist.h
45         cln/random.h
46         cln/rational_class.h
47         cln/rational.h
48         cln/rational_io.h
49         cln/rational_ring.h
50         cln/real_class.h
51         cln/real.h
52         cln/real_io.h
53         cln/real_ring.h
54         cln/ring.h
55         cln/sfloat_class.h
56         cln/sfloat.h
57         cln/sfloat_io.h
58         cln/string.h
59         cln/SV_complex.h
60         cln/SV.h
61         cln/SV_integer.h
62         cln/SV_number.h
63         cln/SV_rational.h
64         cln/SV_real.h
65         cln/SV_ringelt.h
66         cln/symbol.h
67         cln/timing.h
68         cln/types.h
69         cln/univpoly_complex.h
70         cln/univpoly.h
71         cln/univpoly_integer.h
72         cln/univpoly_modint.h
73         cln/univpoly_rational.h
74         cln/univpoly_real.h
75         cln/V.h
76         cln/version.h
77 )
78
79 install(FILES ${cln_public_headers} DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/cln")
80