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.45 by greg, Wed Jun 1 17:22:31 2022 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 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 150 | Line 156 | install(TARGETS
156    rcrop
157    rfluxmtx
158    rmtxop
159 +  rcomb
160    rsensor
161    rttree_reduce
162    vwrays
# Line 243 | Line 250 | else()
250      rtpict.pl
251      vinfo.csh
252    )
253 <  add_custom_target(trad ALL
254 <    COMMAND csh -f ${CMAKE_CURRENT_SOURCE_DIR}/tradinstall.csh ../../build/bin ../../build/lib
255 <  )
256 <  install(FILES
257 <    ${CMAKE_BINARY_DIR}/bin/trad
258 <    DESTINATION "bin"
259 <    PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ
260 <  )
253 >  # add_custom_target(trad ALL
254 >  #   COMMAND csh -f ${CMAKE_CURRENT_SOURCE_DIR}/tradinstall.csh ../../build/bin ../../build/lib
255 >  # )
256 >  # install(FILES
257 >  #   ${CMAKE_BINARY_DIR}/bin/trad
258 >  #   DESTINATION "bin"
259 >  #   PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ
260 >  # )
261   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines