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.20 by greg, Tue Dec 14 02:33:18 2021 UTC vs.
Revision 1.21 by greg, Tue Mar 8 19:04:56 2022 UTC

# Line 104 | Line 104 | if(WIN32)
104    add_custom_target(optics2rad ALL
105      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/optics2rad.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/optics2rad.exe -d
106    )
107 <  install(PROGRAMS optics2rad.exe
107 >   add_custom_target(iso2klems ALL
108 >    COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/iso2klems.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/iso2klems.exe -d
109 >  )
110 > install(PROGRAMS optics2rad.exe iso2klems.exe
111      DESTINATION "bin"
112    )
113   else()
114 <  install(PROGRAMS optics2rad.pl
115 <    DESTINATION "bin"
116 <    RENAME optics2rad
114 >  install_without_extension(
115 >    optics2rad.pl
116 >    iso2klems.pl
117    )
118   endif()
119  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines