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.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)
92    install(PROGRAMS genBSDF.pl DESTINATION bin)
93    install(PROGRAMS genklemsamp.pl DESTINATION bin)
94    install(PROGRAMS genskyvec.pl DESTINATION bin)
95 <  install(FILES tregsamp.dat DESTINATION bin)
95 >  install(FILES tregsamp.dat DESTINATION lib)
96    install(PROGRAMS objview.rb DESTINATION bin)
97   else()
98    install(PROGRAMS genBSDF.pl DESTINATION bin RENAME genBSDF)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines