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.49 by greg, Thu Mar 27 01:26:55 2025 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(rcomb rcomb.c rmatrix.c cmbsdf.c cmatrix.c)
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 rmatrix.c cmbsdf.c cmatrix.c)
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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines