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.41 by greg, Thu Aug 27 22:00:27 2020 UTC

# Line 196 | Line 196 | if(WIN32)
196    add_custom_target(genambpos ALL
197      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/genambpos.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/genambpos.exe -d
198    )
199  add_custom_target(genklemsamp ALL
200    COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/genklemsamp.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/genklemsamp.exe -d
201  )
199    add_custom_target(rcode2bmp ALL
200      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/rcode2bmp.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/rcode2bmp.exe -d
201    )
202    add_custom_target(rtpict ALL
203      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/rtpict.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/rtpict.exe -d
204    )
205 < install(PROGRAMS
205 >  install(PROGRAMS
206      bsdfview.exe
207      genBSDF.exe
208      genklemsamp.exe
# Line 215 | Line 212 | if(WIN32)
212      objpict.exe
213      objview.exe
214      genambpos.exe
218    genklemsamp.exe
215      rcode2bmp.exe
216      rtpict.exe
217      DESTINATION "bin"
# Line 240 | Line 236 | else()
236      rcode2bmp.pl
237      rlux.csh
238      rtpict.pl
243    trad.wsh
239      vinfo.csh
240 +  )
241 +  add_custom_target(trad ALL
242 +    COMMAND csh -f ${CMAKE_CURRENT_SOURCE_DIR}/tradinstall.csh ../../build/bin ../../build/lib
243 +  )
244 +  install(FILES
245 +    ${CMAKE_BINARY_DIR}/bin/trad
246 +    DESTINATION "bin"
247 +    PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ
248    )
249   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines