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.17 by greg, Mon Apr 28 21:01:12 2014 UTC vs.
Revision 1.20 by greg, Wed Feb 11 22:46:42 2015 UTC

# Line 47 | Line 47 | target_link_libraries(rttree_reduce rtrad)
47   add_executable(rcollate rcollate.c)
48   target_link_libraries(rcollate rtrad)
49  
50 + add_executable(rmtxop rmtxop.c rmatrix.c cmbsdf.c cmatrix.c)
51 + target_link_libraries(rmtxop rtrad)
52 +
53 + add_executable(wrapBSDF wrapBSDF.c)
54 + target_link_libraries(wrapBSDF rtrad)
55 +
56   add_executable(eplus_adduvf eplus_adduvf.c eplus_idf.c)
57   target_link_libraries(eplus_adduvf rtrad)
58  
59 + add_executable(rfluxmtx rfluxmtx.c)
60 + target_link_libraries(rfluxmtx rtrad)
61 +
62   if(X11_FOUND)
63    add_executable(xglaresrc
64      xglaresrc.c ${CMAKE_CURRENT_SOURCE_DIR}/../common/x11findwind.c)
# Line 87 | Line 96 | if(UNIX AND X11_FOUND)
96    endif()
97   endif()
98   install(TARGETS dctimestep findglare getinfo glarendx rad ranimate
99 <                vwrays vwright ranimove rsensor rttree_reduce rcollate eplus_adduvf
100 <        RUNTIME DESTINATION bin)
99 >    vwrays vwright ranimove rsensor rttree_reduce rcollate
100 >                eplus_adduvf rfluxmtx rmtxop wrapBSDF
101 >    RUNTIME DESTINATION bin)
102  
103 < install(FILES tregsamp.dat DESTINATION lib)
103 > install(FILES rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal
104 >    klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal
105 >    DESTINATION lib)
106  
107   if(WIN32)
108    install(PROGRAMS genBSDF.pl DESTINATION bin)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines