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.44 by greg, Sun Mar 20 01:34:09 2022 UTC

# Line 16 | Line 16 | target_link_libraries(glarendx rtrad)
16   add_executable(rad rad.c)
17   target_link_libraries(rad rtrad)
18  
19 + add_executable(rcrop rcrop.c)
20 + target_link_libraries(rcrop rtrad)
21 +
22   if(WIN32)
23    set(netproc_SOURCES win_netproc.c)
24   else()
# Line 65 | Line 68 | add_executable(rfluxmtx rfluxmtx.c)
68   target_link_libraries(rfluxmtx rtrad)
69  
70   add_executable(evalglare evalglare.c pictool.c)
71 < target_link_libraries(evalglare rtrad libreetz)
71 > target_link_libraries(evalglare rtrad reetz)
72  
73   add_executable(radcompare radcompare.c)
74   target_link_libraries(radcompare rtrad)
# Line 144 | Line 147 | install(TARGETS
147    rcode_ident
148    rcode_norm
149    rcollate
150 +  rcrop
151    rfluxmtx
152    rmtxop
153    rsensor
# Line 202 | Line 206 | if(WIN32)
206    add_custom_target(rtpict ALL
207      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/rtpict.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/rtpict.exe -d
208    )
205  install(FILES
206    ${CMAKE_BINARY_DIR}/bin/trad
207    DESTINATION "bin"
208  )
209    install(PROGRAMS
210      bsdfview.exe
211      genBSDF.exe
# Line 243 | Line 243 | else()
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
246 >    COMMAND csh -f ${CMAKE_CURRENT_SOURCE_DIR}/tradinstall.csh ../../build/bin ../../build/lib
247 >  )
248 >  install(FILES
249 >    ${CMAKE_BINARY_DIR}/bin/trad
250 >    DESTINATION "bin"
251 >    PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ
252    )
253   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines