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.12 by greg, Fri Feb 7 23:11:58 2014 UTC vs.
Revision 1.13 by greg, Mon Feb 10 17:50:02 2014 UTC

# Line 47 | Line 47 | target_link_libraries(rttree_reduce rtrad)
47   add_executable(rcollate rcollate.c)
48   target_link_libraries(rcollate rtrad)
49  
50 + add_executable(eplus_adduvf eplus_adduvf.c eplus_idf.c)
51 + target_link_libraries(eplus_adduvf rtrad)
52 +
53   if(X11_FOUND)
54    add_executable(xglaresrc
55      xglaresrc.c ${CMAKE_CURRENT_SOURCE_DIR}/../common/x11findwind.c)
# Line 84 | Line 87 | if(UNIX)
87    endif()
88   endif()
89   install(TARGETS dctimestep findglare getinfo glarendx rad ranimate
90 <                vwrays vwright ranimove rsensor rttree_reduce rcollate
90 >                vwrays vwright ranimove rsensor rttree_reduce rcollate eplus_adduvf
91          RUNTIME DESTINATION bin)
92  
93   if(WIN32)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines