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 |
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) |
108 |
> |
list(APPEND rtrad_SOURCES strnstr.c strlcpy.c) |
109 |
|
endif() |
110 |
|
else() |
111 |
< |
list(APPEND rtrad_SOURCES win_process.c win_popen.c win_usleep.c strlcpy.c) |
111 |
> |
list(APPEND rtrad_SOURCES win_process.c win_popen.c win_usleep.c strnstr.c strlcpy.c strncasecmp.c) |
112 |
|
endif() |
113 |
|
|
114 |
|
add_library(rtrad ${rtrad_SOURCES}) |
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 |
148 |
|
|
149 |
|
add_library(reetz |
150 |
|
g3affine.c |
144 |
– |
g3affine.h |
151 |
|
g3flist.c |
146 |
– |
g3flist.h |
147 |
– |
g3list.h |
148 |
– |
g3nlist.h |
152 |
|
g3sphere.c |
150 |
– |
g3sphere.h |
153 |
|
g3vector.c |
152 |
– |
g3vector.h |
154 |
|
gbasic.c |
154 |
– |
gbasic.h |
155 |
|
muc_randvar.c |
156 |
– |
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 |
|
) |