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.51 by greg, Sat Apr 19 17:12:59 2025 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  
# 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 cmconst.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 cmconst.c rmatrix.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 cmatrix.c)
66 > add_executable(pvsum pvsum.c cmconst.c rmatrix.c)
67   target_link_libraries(pvsum rtrad)
68  
69   add_executable(wrapBSDF wrapBSDF.c)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines