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.40 by greg, Thu Aug 27 17:46:52 2020 UTC vs.
Revision 1.42 by greg, Mon Oct 18 16:20:21 2021 UTC

# Line 65 | Line 65 | add_executable(rfluxmtx rfluxmtx.c)
65   target_link_libraries(rfluxmtx rtrad)
66  
67   add_executable(evalglare evalglare.c pictool.c)
68 < target_link_libraries(evalglare rtrad libreetz)
68 > target_link_libraries(evalglare rtrad reetz)
69  
70   add_executable(radcompare radcompare.c)
71   target_link_libraries(radcompare rtrad)
# 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(FILES
206    ${CMAKE_BINARY_DIR}/bin/trad
207    DESTINATION "bin"
208  )
205    install(PROGRAMS
206      bsdfview.exe
207      genBSDF.exe
# Line 243 | Line 239 | else()
239      vinfo.csh
240    )
241    add_custom_target(trad ALL
242 <    COMMAND csh -f ${CMAKE_CURRENT_SOURCE_DIR}/tradinstall.csh ${CMAKE_BINARY_DIR}/bin ${CMAKE_BINARY_DIR}/lib
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