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.47 by greg, Tue Dec 5 01:06:10 2023 UTC vs.
Revision 1.51 by greg, Sat Apr 19 17:12:59 2025 UTC

# Line 1 | Line 1
1   set(VERSION_FILE "${radiance_BINARY_DIR}/src/util/Version.c")
2   create_version_file("${VERSION_FILE}")
3  
4 < add_executable(dctimestep dctimestep.c cmbsdf.c cmatrix.c)
4 > add_executable(dctimestep dctimestep.c cmbsdf.c cmconst.c cmatrix.c)
5   target_link_libraries(dctimestep rtrad)
6  
7   add_executable(findglare findglare.c glareval.c glaresrc.c setscan.c)
# Line 37 | Line 37 | target_link_libraries(vwrays rtrad)
37   add_executable(vwright vwright.c)
38   target_link_libraries(vwright rtrad)
39  
40 < add_executable(dcglare dcglare.c cmbsdf.c cmatrix.c cmglare.c)
40 > add_executable(dcglare dcglare.c cmbsdf.c cmconst.c cmatrix.c cmglare.c)
41   target_link_libraries(dcglare rtrad)
42  
43   #the next few libraries all need to include header files from the rt directory
# Line 55 | Line 55 | target_link_libraries(rttree_reduce rtrad)
55   add_executable(rcollate rcollate.c)
56   target_link_libraries(rcollate rtrad)
57  
58 < add_executable(rmtxop rmtxop.c rmatrix.c cmbsdf.c cmatrix.c)
58 > add_executable(rmtxop rmtxop.c rmatrix.c cmconst.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)
61 > add_executable(rcomb rcomb.c cmconst.c rmatrix.c cmatrix.c)
62 > target_link_libraries(rcomb rtrad)
63  
64 + add_executable(pvsum pvsum.c cmconst.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 153 | Line 156 | install(TARGETS
156    rcrop
157    rfluxmtx
158    rmtxop
159 <  rmtxcomb
159 >  rcomb
160    rsensor
161    rttree_reduce
162    vwrays

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines