20 |
|
colrops.c |
21 |
|
cone.c |
22 |
|
cvtcmd.c |
23 |
+ |
data.c |
24 |
+ |
depthcodec.c |
25 |
|
dircode.c |
26 |
|
disk2square.c |
27 |
+ |
dmessage.c |
28 |
|
ealloc.c |
29 |
|
eputs.c |
30 |
|
erf.c |
38 |
|
fgetval.c |
39 |
|
fgetword.c |
40 |
|
fixargv0.c |
41 |
+ |
fltdepth.c |
42 |
|
font.c |
43 |
|
fputword.c |
44 |
|
free_os.c |
49 |
|
getpath.c |
50 |
|
header.c |
51 |
|
hilbert.c |
52 |
+ |
idmap.c |
53 |
|
image.c |
54 |
|
instance.c |
55 |
|
interp2d.c |
56 |
|
invmat4.c |
57 |
+ |
jitteraperture.c |
58 |
|
lamps.c |
59 |
|
linregr.c |
60 |
|
loadbsdf.c |
65 |
|
modobject.c |
66 |
|
multisamp.c |
67 |
|
myhostname.c |
68 |
+ |
normcodec.c |
69 |
|
objset.c |
70 |
|
octree.c |
71 |
|
otypes.c |
104 |
|
|
105 |
|
if(UNIX) |
106 |
|
list(APPEND rtrad_SOURCES unix_process.c) |
107 |
+ |
if (${CMAKE_SYSTEM_NAME} STREQUAL "Linux") |
108 |
+ |
list(APPEND rtrad_SOURCES strlcpy.c) |
109 |
+ |
endif() |
110 |
|
else() |
111 |
|
list(APPEND rtrad_SOURCES win_process.c win_popen.c win_usleep.c strlcpy.c) |
112 |
|
endif() |
117 |
|
target_link_libraries(rtrad ws2_32) |
118 |
|
endif() |
119 |
|
|
120 |
+ |
add_library(cpprad, |
121 |
+ |
abitmap.cpp |
122 |
+ |
abitmapio.cpp |
123 |
+ |
) |
124 |
+ |
|
125 |
|
add_library(rgl |
126 |
|
rgldomat.c |
127 |
|
rglfile.c |
138 |
|
mgf_xf.c |
139 |
|
) |
140 |
|
|
141 |
< |
add_library(libreetz |
141 |
> |
add_library(wfobj |
142 |
> |
objutil.c |
143 |
> |
readwfobj.c |
144 |
> |
convertobj.c |
145 |
> |
writewfobj.c |
146 |
> |
objtriangulate.c |
147 |
> |
) |
148 |
> |
|
149 |
> |
add_library(reetz |
150 |
|
g3affine.c |
128 |
– |
g3affine.h |
151 |
|
g3flist.c |
130 |
– |
g3flist.h |
131 |
– |
g3list.h |
132 |
– |
g3nlist.h |
152 |
|
g3sphere.c |
134 |
– |
g3sphere.h |
153 |
|
g3vector.c |
136 |
– |
g3vector.h |
154 |
|
gbasic.c |
138 |
– |
gbasic.h |
139 |
– |
maxheap.c |
140 |
– |
maxheap.h |
155 |
|
muc_randvar.c |
142 |
– |
muc_randvar.h |
156 |
|
) |
157 |
|
|
158 |
|
add_executable(testBSDF |
162 |
|
) |
163 |
|
target_link_libraries(testBSDF radiance rtrad) |
164 |
|
|
165 |
< |
install(TARGETS rtrad mgf |
165 |
> |
install(TARGETS rtrad cpprad mgf |
166 |
|
LIBRARY DESTINATION "bin" |
167 |
|
ARCHIVE DESTINATION "bin" |
168 |
|
) |