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

Comparing src/util/CMakeLists.txt (file contents):
Revision 1.48 by greg, Tue Dec 12 16:31:45 2023 UTC vs.
Revision 1.53 by greg, Thu Jul 24 01:24:01 2025 UTC

# Line 1 | Line 1
1 + # RCSid $Id$
2 +
3   set(VERSION_FILE "${radiance_BINARY_DIR}/src/util/Version.c")
4   create_version_file("${VERSION_FILE}")
5  
6 < add_executable(dctimestep dctimestep.c cmbsdf.c cmatrix.c)
6 > add_executable(dctimestep dctimestep.c cmbsdf.c cmconst.c cmatrix.c)
7   target_link_libraries(dctimestep rtrad)
8  
9   add_executable(findglare findglare.c glareval.c glaresrc.c setscan.c)
# Line 37 | Line 39 | target_link_libraries(vwrays rtrad)
39   add_executable(vwright vwright.c)
40   target_link_libraries(vwright rtrad)
41  
42 < add_executable(dcglare dcglare.c cmbsdf.c cmatrix.c cmglare.c)
42 > add_executable(dcglare dcglare.c cmbsdf.c cmconst.c cmatrix.c cmglare.c)
43   target_link_libraries(dcglare rtrad)
44  
45   #the next few libraries all need to include header files from the rt directory
# Line 55 | Line 57 | target_link_libraries(rttree_reduce rtrad)
57   add_executable(rcollate rcollate.c)
58   target_link_libraries(rcollate rtrad)
59  
60 < add_executable(rmtxop rmtxop.c rmatrix.c cmbsdf.c cmatrix.c)
60 > add_executable(rmtxop rmtxop.c rmatrix.c cmconst.c cmbsdf.c cmatrix.c rmconvert.c)
61   target_link_libraries(rmtxop rtrad)
62  
63 < add_executable(rcomb rcomb.c rmatrix.c cmbsdf.c cmatrix.c)
63 > add_executable(rcomb rcomb.c cmconst.c rmatrix.c)
64   target_link_libraries(rcomb rtrad)
65 +
66 + add_executable(pvsum pvsum.c cmconst.c rmatrix.c)
67 + target_link_libraries(pvsum rtrad)
68  
69   add_executable(wrapBSDF wrapBSDF.c)
70   target_link_libraries(wrapBSDF rtrad)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines