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.40 by greg, Thu Aug 27 17:46:52 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(FILES
206 >    ${CMAKE_BINARY_DIR}/bin/trad
207 >    DESTINATION "bin"
208 >  )
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 ${CMAKE_BINARY_DIR}/bin ${CMAKE_BINARY_DIR}/lib
247    )
248   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines