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.38 by greg, Tue Aug 18 19:33:58 2020 UTC vs.
Revision 1.48 by greg, Tue Dec 12 16:31:45 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(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 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 +  rcomb
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 196 | Line 205 | if(WIN32)
205    add_custom_target(genambpos ALL
206      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/genambpos.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/genambpos.exe -d
207    )
199  add_custom_target(genklemsamp ALL
200    COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/genklemsamp.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/genklemsamp.exe -d
201  )
208    add_custom_target(rcode2bmp ALL
209      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/rcode2bmp.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/rcode2bmp.exe -d
210    )
211    add_custom_target(rtpict ALL
212      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/rtpict.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/rtpict.exe -d
213    )
214 < install(PROGRAMS
214 >  install(PROGRAMS
215      bsdfview.exe
216      genBSDF.exe
217      genklemsamp.exe
# Line 215 | Line 221 | if(WIN32)
221      objpict.exe
222      objview.exe
223      genambpos.exe
218    genklemsamp.exe
224      rcode2bmp.exe
225      rtpict.exe
226      DESTINATION "bin"
# Line 240 | Line 245 | else()
245      rcode2bmp.pl
246      rlux.csh
247      rtpict.pl
243    trad.wsh
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 +  # )
258   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines