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.41 by greg, Thu Aug 27 22:00:27 2020 UTC vs.
Revision 1.47 by greg, Tue Dec 5 01:06:10 2023 UTC

# Line 16 | Line 16 | target_link_libraries(glarendx rtrad)
16   add_executable(rad rad.c)
17   target_link_libraries(rad rtrad)
18  
19 + add_executable(rcrop rcrop.c)
20 + target_link_libraries(rcrop rtrad)
21 +
22   if(WIN32)
23    set(netproc_SOURCES win_netproc.c)
24   else()
# Line 55 | 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(rmtxcomb rmtxcomb.c rmatrix.c cmbsdf.c cmatrix.c)
62 + target_link_libraries(rmtxcomb rtrad)
63 +
64   add_executable(wrapBSDF wrapBSDF.c)
65   target_link_libraries(wrapBSDF rtrad)
66  
# Line 65 | Line 71 | add_executable(rfluxmtx rfluxmtx.c)
71   target_link_libraries(rfluxmtx rtrad)
72  
73   add_executable(evalglare evalglare.c pictool.c)
74 < target_link_libraries(evalglare rtrad libreetz)
74 > target_link_libraries(evalglare rtrad reetz)
75  
76   add_executable(radcompare radcompare.c)
77   target_link_libraries(radcompare rtrad)
# Line 144 | Line 150 | install(TARGETS
150    rcode_ident
151    rcode_norm
152    rcollate
153 +  rcrop
154    rfluxmtx
155    rmtxop
156 +  rmtxcomb
157    rsensor
158    rttree_reduce
159    vwrays
# Line 157 | 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 238 | 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