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.7 by greg, Fri Aug 10 21:18:19 2012 UTC vs.
Revision 1.8 by greg, Wed Jun 5 23:30:11 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines