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.8 by greg, Wed Jun 5 23:30:11 2013 UTC vs.
Revision 1.10 by greg, Thu Sep 5 17:53:22 2013 UTC

# Line 26 | Line 26 | target_link_libraries(ranimate rtrad)
26   add_executable(rpiece rpiece.c "${VERSION_FILE}")
27   target_link_libraries(rpiece rtrad)
28  
29 add_executable(rtcontrib
30  rtcontrib.c "${VERSION_FILE}")
31 target_link_libraries(rtcontrib rtrad)
32
29   add_executable(vwrays vwrays.c)
30   target_link_libraries(vwrays rtrad)
31  
# Line 48 | 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 85 | Line 84 | if(UNIX)
84    endif()
85   endif()
86   install(TARGETS dctimestep findglare getinfo glarendx rad ranimate
87 <                rtcontrib 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