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.6 by greg, Tue Aug 7 18:17:17 2012 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 45 | Line 41 | target_link_libraries(ranimove raycalls radiance rtrad
41   add_executable(rsensor rsensor.c)
42   target_link_libraries(rsensor raycalls radiance rtrad)
43  
44 + add_executable(rttree_reduce rttree_reduce.c)
45 + target_link_libraries(rttree_reduce rtrad)
46 +
47   if(X11_FOUND)
48    add_executable(xglaresrc
49      xglaresrc.c ${CMAKE_CURRENT_SOURCE_DIR}/../common/x11findwind.c)
# Line 82 | Line 81 | if(UNIX)
81    endif()
82   endif()
83   install(TARGETS dctimestep findglare getinfo glarendx rad ranimate
84 <                rtcontrib vwrays vwright ranimove rsensor
84 >                vwrays vwright ranimove rsensor rttree_reduce
85          RUNTIME DESTINATION bin)
86  
87   if(WIN32)
88    install(PROGRAMS genBSDF.pl DESTINATION bin)
89    install(PROGRAMS genklemsamp.pl DESTINATION bin)
90    install(PROGRAMS genskyvec.pl DESTINATION bin)
91 <  install(FILES tregsamp.dat DESTINATION bin)
91 >  install(FILES tregsamp.dat DESTINATION lib)
92    install(PROGRAMS objview.rb DESTINATION bin)
93   else()
94    install(PROGRAMS genBSDF.pl DESTINATION bin RENAME genBSDF)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines