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.12 by greg, Thu Apr 13 00:14:36 2017 UTC vs.
Revision 1.13 by greg, Sat Aug 19 14:16:15 2017 UTC

# Line 30 | Line 30 | target_link_libraries(mgf2inv mgf rtrad)
30   add_executable(3ds2mgf 3ds2mgf.c rayopt3ds.c vect3ds.c)
31   target_link_libraries(3ds2mgf rtrad)
32  
33 < if (NOT WIN32)
33 > if (BUILD_PABOPTO_UTILS)
34  
35    add_executable(pabopto2bsdf pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c bsdftrans.cpp)
36    target_link_libraries(pabopto2bsdf rtrad)
37  
38 <  add_executable(pabopto2xyz pabopto2xyz.c)
39 <  target_link_libraries(pabopto2xyz rtrad)
38 >  #add_executable(pabopto2xyz pabopto2xyz.c)
39 >  #target_link_libraries(pabopto2xyz rtrad)
40  
41    add_executable(pabopto2rad    pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c bsdftrans.cpp)
42    target_link_libraries(pabopto2rad rtrad)
# Line 44 | Line 44 | if (NOT WIN32)
44  
45   endif()
46  
47 < add_executable(bsdf2rad bsdf2rad.c bsdfrep.c bsdfinterp.c)
47 > add_executable(bsdf2rad bsdf2rad.c bsdfrep.c bsdfinterp.c)
48   target_link_libraries(bsdf2rad rtrad)
49  
50   add_executable(bsdfquery bsdfquery.c bsdfrep.c bsdfinterp.c)
# Line 76 | Line 76 | INSTALL(FILES source.cal tilt.cal lamp.tab window.cal
76  
77   if (NOT WIN32)
78    INSTALL(PROGRAMS optics2rad.csh DESTINATION bin RENAME optics2rad)
79 +  endif()
80 +
81 + if (BUILD_PABOPTO_UTILS)
82    INSTALL(TARGETS pabopto2rad pabopto2bsdf DESTINATION bin)
83   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines