# | Line 58 | Line 58 | target_link_libraries(rcollate rtrad) | |
---|---|---|
58 | add_executable(rmtxop rmtxop.c rmatrix.c cmbsdf.c cmatrix.c) | |
59 | target_link_libraries(rmtxop rtrad) | |
60 | ||
61 | + | add_executable(rcomb rcomb.c rmatrix.c cmatrix.c) |
62 | + | target_link_libraries(rcomb rtrad) |
63 | + | |
64 | + | add_executable(pvsum pvsum.c rmatrix.c cmatrix.c) |
65 | + | target_link_libraries(pvsum rtrad) |
66 | + | |
67 | add_executable(wrapBSDF wrapBSDF.c) | |
68 | target_link_libraries(wrapBSDF rtrad) | |
69 | ||
# | Line 150 | Line 156 | install(TARGETS | |
156 | rcrop | |
157 | rfluxmtx | |
158 | rmtxop | |
159 | + | rcomb |
160 | rsensor | |
161 | rttree_reduce | |
162 | vwrays |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |