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.9 by greg, Thu Jun 6 03:24:49 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 85 | Line 81 | if(UNIX)
81    endif()
82   endif()
83   install(TARGETS dctimestep findglare getinfo glarendx rad ranimate
84 <                rtcontrib vwrays vwright ranimove rsensor rttree_reduce
84 >                vwrays vwright ranimove rsensor rttree_reduce
85          RUNTIME DESTINATION bin)
86  
87   if(WIN32)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines