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.39 by greg, Thu Aug 20 03:37:10 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    )
# 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
243 +        RUNTIME DESTINATION "bin"
244 +        ${CMAKE_BINARY_DIR}/lib
245    )
246   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines