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.18 by greg, Fri Nov 13 16:09:54 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 97 | Line 98 | file(COPY
98   if(WIN32)
99    add_custom_target(optics2rad ALL
100      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/optics2rad.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/optics2rad.exe -d
101 +  )
102    install(PROGRAMS optics2rad.exe
103      DESTINATION "bin"
104    )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines