ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/CMakeLists.txt
(Generate patch)

Comparing ray/src/cv/CMakeLists.txt (file contents):
Revision 1.16 by greg, Tue Aug 18 19:33:58 2020 UTC vs.
Revision 1.19 by greg, Sat Dec 5 16:33:01 2020 UTC

# Line 69 | Line 69 | target_link_libraries(mgf2meta mgf meta rtrad)
69   install(TARGETS
70    3ds2mgf
71    bsdf2klems
72 +  bsdf2rad
73    bsdf2ttree
74    epw2wea
75    ies2rad
# Line 81 | Line 82 | install(TARGETS
82    obj2rad
83    pkgBSDF
84    rad2mgf
85 +  robjutil
86    tmesh2rad
87    RUNTIME DESTINATION "bin"
88   )
# Line 97 | Line 99 | file(COPY
99   if(WIN32)
100    add_custom_target(optics2rad ALL
101      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/optics2rad.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/optics2rad.exe -d
102 +  )
103    install(PROGRAMS optics2rad.exe
104      DESTINATION "bin"
105    )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines