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.9 by greg, Thu Jun 6 03:24:49 2013 UTC vs.
Revision 1.10 by greg, Thu Sep 5 17:53:22 2013 UTC

# Line 44 | Line 44 | target_link_libraries(rsensor raycalls radiance rtrad)
44   add_executable(rttree_reduce rttree_reduce.c)
45   target_link_libraries(rttree_reduce rtrad)
46  
47 + add_executable(rcollate rcollate.c)
48 + target_link_libraries(rcollate rtrad)
49 +
50   if(X11_FOUND)
51    add_executable(xglaresrc
52      xglaresrc.c ${CMAKE_CURRENT_SOURCE_DIR}/../common/x11findwind.c)
# Line 81 | Line 84 | if(UNIX)
84    endif()
85   endif()
86   install(TARGETS dctimestep findglare getinfo glarendx rad ranimate
87 <                vwrays vwright ranimove rsensor rttree_reduce
87 >                vwrays vwright ranimove rsensor rttree_reduce rcollate
88          RUNTIME DESTINATION bin)
89  
90   if(WIN32)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines