ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/CMakeLists.txt
(Generate patch)

Comparing ray/src/util/CMakeLists.txt (file contents):
Revision 1.19 by greg, Fri Jul 25 20:39:22 2014 UTC vs.
Revision 1.24 by greg, Tue Aug 22 19:28:54 2017 UTC

# Line 50 | Line 50 | target_link_libraries(rcollate rtrad)
50   add_executable(rmtxop rmtxop.c rmatrix.c cmbsdf.c cmatrix.c)
51   target_link_libraries(rmtxop rtrad)
52  
53 + add_executable(wrapBSDF wrapBSDF.c)
54 + target_link_libraries(wrapBSDF rtrad)
55 +
56   add_executable(eplus_adduvf eplus_adduvf.c eplus_idf.c)
57   target_link_libraries(eplus_adduvf rtrad)
58  
59   add_executable(rfluxmtx rfluxmtx.c)
60   target_link_libraries(rfluxmtx rtrad)
61  
62 + add_executable(evalglare evalglare.c pictool.c)
63 + target_link_libraries(evalglare rtrad libreetz)
64 +
65   if(X11_FOUND)
66    add_executable(xglaresrc
67      xglaresrc.c ${CMAKE_CURRENT_SOURCE_DIR}/../common/x11findwind.c)
# Line 87 | Line 93 | endif()
93   if(UNIX AND X11_FOUND)
94          add_executable(glrad glrad.c)
95          target_link_libraries(glrad rgl rtrad ${OPENGL_LIBRARIES} ${X11_LIBRARIES})
96 <        install(TARGETS rpiece RUNTIME DESTINATION bin)
96 >        install(TARGETS glrad RUNTIME DESTINATION bin)
97    if(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
98      target_link_libraries(glrad rt)
99    endif()
100   endif()
101 +
102 + if(UNIX)
103 +  install (TARGETS rpiece RUNTIME DESTINATION bin)
104 + endif()
105 +
106   install(TARGETS dctimestep findglare getinfo glarendx rad ranimate
107      vwrays vwright ranimove rsensor rttree_reduce rcollate
108 <                eplus_adduvf rfluxmtx rmtxop
108 >                eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare
109      RUNTIME DESTINATION bin)
110  
111   install(FILES rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal
112      klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal
113 +    WINDOW6BSDFt.xml minimalBSDFt.xml
114      DESTINATION lib)
115  
116   if(WIN32)
# Line 109 | Line 121 | if(WIN32)
121    install(PROGRAMS ltpict.pl DESTINATION bin)
122    install(PROGRAMS objview.pl DESTINATION bin)
123    install(PROGRAMS objpict.pl DESTINATION bin)
124 +  install(PROGRAMS bsdfview.pl DESTINATION bin)
125   else()
126    install(PROGRAMS genBSDF.pl DESTINATION bin RENAME genBSDF)
127    install(PROGRAMS genklemsamp.pl DESTINATION bin RENAME genklemsamp)
# Line 127 | Line 140 | else()
140    install(PROGRAMS compamb.csh DESTINATION bin RENAME compamb)
141    install(PROGRAMS vinfo.csh DESTINATION bin RENAME vinfo)
142    install(PROGRAMS fieldcomb.csh DESTINATION bin RENAME fieldcomb)
143 +  install(PROGRAMS bsdfview.pl DESTINATION bin RENAME bsdfview)
144   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines