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.39 by greg, Thu Aug 20 03:37:10 2020 UTC vs.
Revision 1.40 by greg, Thu Aug 27 17:46:52 2020 UTC

# Line 202 | Line 202 | if(WIN32)
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 239 | Line 243 | else()
243      vinfo.csh
244    )
245    add_custom_target(trad ALL
246 <    COMMAND csh -f  ${CMAKE_CURRENT_SOURCE_DIR}/tradinstall.csh
243 <        RUNTIME DESTINATION "bin"
244 <        ${CMAKE_BINARY_DIR}/lib
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