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.21 by greg, Fri Feb 13 20:50:52 2015 UTC vs.
Revision 1.22 by greg, Tue Aug 18 17:28:11 2015 UTC

# Line 59 | Line 59 | target_link_libraries(eplus_adduvf rtrad)
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 97 | Line 100 | if(UNIX AND X11_FOUND)
100   endif()
101   install(TARGETS dctimestep findglare getinfo glarendx rad ranimate
102      vwrays vwright ranimove rsensor rttree_reduce rcollate
103 <                eplus_adduvf rfluxmtx rmtxop wrapBSDF
103 >                eplus_adduvf rfluxmtx rmtxop wrapBSDF evalglare
104      RUNTIME DESTINATION bin)
105  
106   install(FILES rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines