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.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 60 | Line 65 | target_link_libraries(bsdf2klems rtrad)
65   add_executable(pkgBSDF pkgBSDF.c trans.c)
66   target_link_libraries(pkgBSDF rtrad)
67  
68 + add_executable(checkBSDF checkBSDF.c)
69 + target_link_libraries(checkBSDF rtrad)
70 +
71   add_executable(epw2wea epw2wea.c)
72  
73   include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../meta)
# Line 69 | Line 77 | target_link_libraries(mgf2meta mgf meta rtrad)
77   install(TARGETS
78    3ds2mgf
79    bsdf2klems
80 +  bsdf2rad
81    bsdf2ttree
82 +  checkBSDF
83    epw2wea
84    ies2rad
85    lampcolor
# Line 81 | Line 91 | install(TARGETS
91    obj2rad
92    pkgBSDF
93    rad2mgf
94 +  robjutil
95    tmesh2rad
96    RUNTIME DESTINATION "bin"
97   )
# Line 97 | Line 108 | file(COPY
108   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 <  install(PROGRAMS optics2rad.exe
111 >  )
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