ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/CMakeLists.txt
(Generate patch)

Comparing ray/src/util/CMakeLists.txt (file contents):
Revision 1.46 by greg, Wed Nov 22 17:12:58 2023 UTC vs.
Revision 1.47 by greg, Tue Dec 5 01:06:10 2023 UTC

# 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(rmtxcomb rmtxcomb.c rmatrix.c cmbsdf.c cmatrix.c)
62 + target_link_libraries(rmtxcomb rtrad)
63 +
64   add_executable(wrapBSDF wrapBSDF.c)
65   target_link_libraries(wrapBSDF rtrad)
66  
# Line 150 | Line 153 | install(TARGETS
153    rcrop
154    rfluxmtx
155    rmtxop
156 +  rmtxcomb
157    rsensor
158    rttree_reduce
159    vwrays

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines