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.44 by greg, Sun Mar 20 01:34:09 2022 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 65 | Line 68 | add_executable(rfluxmtx rfluxmtx.c)
68   target_link_libraries(rfluxmtx rtrad)
69  
70   add_executable(evalglare evalglare.c pictool.c)
71 < target_link_libraries(evalglare rtrad libreetz)
71 > target_link_libraries(evalglare rtrad reetz)
72  
73   add_executable(radcompare radcompare.c)
74   target_link_libraries(radcompare rtrad)
# Line 144 | Line 147 | install(TARGETS
147    rcode_ident
148    rcode_norm
149    rcollate
150 +  rcrop
151    rfluxmtx
152    rmtxop
153    rsensor
# Line 196 | Line 200 | if(WIN32)
200    add_custom_target(genambpos ALL
201      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/genambpos.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/genambpos.exe -d
202    )
199  add_custom_target(genklemsamp ALL
200    COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/genklemsamp.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/genklemsamp.exe -d
201  )
203    add_custom_target(rcode2bmp ALL
204      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/rcode2bmp.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/rcode2bmp.exe -d
205    )
206    add_custom_target(rtpict ALL
207      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/rtpict.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/rtpict.exe -d
208    )
209 < install(PROGRAMS
209 >  install(PROGRAMS
210      bsdfview.exe
211      genBSDF.exe
212      genklemsamp.exe
# Line 215 | Line 216 | if(WIN32)
216      objpict.exe
217      objview.exe
218      genambpos.exe
218    genklemsamp.exe
219      rcode2bmp.exe
220      rtpict.exe
221      DESTINATION "bin"
# Line 240 | Line 240 | else()
240      rcode2bmp.pl
241      rlux.csh
242      rtpict.pl
243    trad.wsh
243      vinfo.csh
244 +  )
245 +  add_custom_target(trad ALL
246 +    COMMAND csh -f ${CMAKE_CURRENT_SOURCE_DIR}/tradinstall.csh ../../build/bin ../../build/lib
247 +  )
248 +  install(FILES
249 +    ${CMAKE_BINARY_DIR}/bin/trad
250 +    DESTINATION "bin"
251 +    PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ
252    )
253   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines