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.44 by greg, Sun Mar 20 01:34:09 2022 UTC vs.
Revision 1.48 by greg, Tue Dec 12 16:31:45 2023 UTC

# Line 58 | Line 58 | target_link_libraries(rcollate rtrad)
58   add_executable(rmtxop rmtxop.c rmatrix.c cmbsdf.c cmatrix.c)
59   target_link_libraries(rmtxop rtrad)
60  
61 + add_executable(rcomb rcomb.c rmatrix.c cmbsdf.c cmatrix.c)
62 + target_link_libraries(rcomb rtrad)
63 +
64   add_executable(wrapBSDF wrapBSDF.c)
65   target_link_libraries(wrapBSDF rtrad)
66  
# Line 150 | Line 153 | install(TARGETS
153    rcrop
154    rfluxmtx
155    rmtxop
156 +  rcomb
157    rsensor
158    rttree_reduce
159    vwrays
# Line 161 | Line 165 | install(TARGETS
165   file(COPY
166    ambpos.cal
167    disk2square.cal
168 +  hsv_rgb.cal
169    klems_full.cal
170    klems_half.cal
171    klems_quarter.cal
# Line 242 | Line 247 | else()
247      rtpict.pl
248      vinfo.csh
249    )
250 <  add_custom_target(trad ALL
251 <    COMMAND csh -f ${CMAKE_CURRENT_SOURCE_DIR}/tradinstall.csh ../../build/bin ../../build/lib
252 <  )
253 <  install(FILES
254 <    ${CMAKE_BINARY_DIR}/bin/trad
255 <    DESTINATION "bin"
256 <    PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ
257 <  )
250 >  # add_custom_target(trad ALL
251 >  #   COMMAND csh -f ${CMAKE_CURRENT_SOURCE_DIR}/tradinstall.csh ../../build/bin ../../build/lib
252 >  # )
253 >  # install(FILES
254 >  #   ${CMAKE_BINARY_DIR}/bin/trad
255 >  #   DESTINATION "bin"
256 >  #   PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ
257 >  # )
258   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines