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.23 by greg, Thu Jul 24 01:24:01 2025 UTC

# Line 1 | Line 1
1 + # RCSid $Id$
2 +
3   add_executable(ies2rad ies2rad.c)
4   target_link_libraries(ies2rad rtrad)
5  
# Line 51 | Line 53 | target_link_libraries(bsdf2rad rtrad)
53   add_executable(bsdfquery bsdfquery.c bsdfrep.c bsdfinterp.c)
54   target_link_libraries(bsdfquery rtrad)
55  
56 + add_executable(bsdfpeaks bsdfpeaks.c bsdfrep.c bsdfinterp.c)
57 + target_link_libraries(bsdfpeaks rtrad)
58 +
59   add_executable(bsdf2ttree bsdf2ttree.c bsdfrep.c bsdfinterp.c)
60   target_link_libraries(bsdf2ttree rtrad)
61  
# Line 104 | Line 109 | if(WIN32)
109    add_custom_target(optics2rad ALL
110      COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/optics2rad.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/optics2rad.exe -d
111    )
112 <  install(PROGRAMS optics2rad.exe
112 >   add_custom_target(iso2klems ALL
113 >    COMMAND pp ${CMAKE_CURRENT_SOURCE_DIR}/iso2klems.pl -o ${CMAKE_CURRENT_SOURCE_DIR}/iso2klems.exe -d
114 >  )
115 > install(PROGRAMS optics2rad.exe iso2klems.exe
116      DESTINATION "bin"
117    )
118   else()
119 <  install(PROGRAMS optics2rad.pl
120 <    DESTINATION "bin"
121 <    RENAME optics2rad
119 >  install_without_extension(
120 >    optics2rad.pl
121 >    iso2klems.pl
122    )
123   endif()
124  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines