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.43 by greg, Tue Mar 15 00:25:50 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 196 | Line 199 | if(WIN32)
199    add_custom_target(genambpos ALL
200      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/genambpos.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/genambpos.exe -d
201    )
199  add_custom_target(genklemsamp ALL
200    COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/genklemsamp.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/genklemsamp.exe -d
201  )
202    add_custom_target(rcode2bmp ALL
203      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/rcode2bmp.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/rcode2bmp.exe -d
204    )
205    add_custom_target(rtpict ALL
206      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/rtpict.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/rtpict.exe -d
207    )
208 < install(PROGRAMS
208 >  install(PROGRAMS
209      bsdfview.exe
210      genBSDF.exe
211      genklemsamp.exe
# Line 215 | Line 215 | if(WIN32)
215      objpict.exe
216      objview.exe
217      genambpos.exe
218    genklemsamp.exe
218      rcode2bmp.exe
219      rtpict.exe
220      DESTINATION "bin"
# Line 240 | Line 239 | else()
239      rcode2bmp.pl
240      rlux.csh
241      rtpict.pl
243    trad.wsh
242      vinfo.csh
243 +  )
244 +  add_custom_target(trad ALL
245 +    COMMAND csh -f ${CMAKE_CURRENT_SOURCE_DIR}/tradinstall.csh ../../build/bin ../../build/lib
246 +  )
247 +  install(FILES
248 +    ${CMAKE_BINARY_DIR}/bin/trad
249 +    DESTINATION "bin"
250 +    PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ
251    )
252   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines