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.5 by greg, Wed May 30 18:31:11 2012 UTC vs.
Revision 1.13 by greg, Mon Feb 10 17:50:02 2014 UTC

# Line 1 | Line 1
1   set(VERSION_FILE "${radiance_BINARY_DIR}/src/util/Version.c")
2   create_version_file("${VERSION_FILE}")
3  
4 < add_executable(dctimestep dctimestep.c)
4 > add_executable(dctimestep dctimestep.c cmbsdf.c cmatrix.c)
5   target_link_libraries(dctimestep rtrad)
6  
7   add_executable(findglare findglare.c glareval.c glaresrc.c setscan.c)
# 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 + add_executable(rcollate rcollate.c)
48 + target_link_libraries(rcollate rtrad)
49 +
50 + add_executable(eplus_adduvf eplus_adduvf.c eplus_idf.c)
51 + target_link_libraries(eplus_adduvf rtrad)
52 +
53   if(X11_FOUND)
54    add_executable(xglaresrc
55      xglaresrc.c ${CMAKE_CURRENT_SOURCE_DIR}/../common/x11findwind.c)
# Line 82 | Line 87 | if(UNIX)
87    endif()
88   endif()
89   install(TARGETS dctimestep findglare getinfo glarendx rad ranimate
90 <                rtcontrib vwrays vwright ranimove rsensor
90 >                vwrays vwright ranimove rsensor rttree_reduce rcollate eplus_adduvf
91          RUNTIME DESTINATION bin)
92  
93   if(WIN32)
94    install(PROGRAMS genBSDF.pl DESTINATION bin)
95    install(PROGRAMS genklemsamp.pl DESTINATION bin)
96    install(PROGRAMS genskyvec.pl DESTINATION bin)
97 <  install(FILES tregsamp.dat DESTINATION bin)
97 >  install(FILES tregsamp.dat DESTINATION lib)
98 >  install(PROGRAMS objview.rb DESTINATION bin)
99   else()
100    install(PROGRAMS genBSDF.pl DESTINATION bin RENAME genBSDF)
101    install(PROGRAMS genklemsamp.pl DESTINATION bin RENAME genklemsamp)
102    install(PROGRAMS genskyvec.pl DESTINATION bin RENAME genskyvec)
103    install(PROGRAMS objview.csh DESTINATION bin RENAME objview)
104 +  install(PROGRAMS objview.rb DESTINATION bin)
105    install(PROGRAMS objpict.csh DESTINATION bin RENAME objpict)
106    install(PROGRAMS glare.csh DESTINATION bin RENAME glare)
107    install(PROGRAMS dayfact.csh DESTINATION bin RENAME dayfact)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines