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.18 by greg, Sun Jun 1 03:20:29 2014 UTC vs.
Revision 1.19 by greg, Fri Jul 25 20:39:22 2014 UTC

# Line 53 | Line 53 | target_link_libraries(rmtxop rtrad)
53   add_executable(eplus_adduvf eplus_adduvf.c eplus_idf.c)
54   target_link_libraries(eplus_adduvf rtrad)
55  
56 + add_executable(rfluxmtx rfluxmtx.c)
57 + target_link_libraries(rfluxmtx rtrad)
58 +
59   if(X11_FOUND)
60    add_executable(xglaresrc
61      xglaresrc.c ${CMAKE_CURRENT_SOURCE_DIR}/../common/x11findwind.c)
# Line 90 | Line 93 | if(UNIX AND X11_FOUND)
93    endif()
94   endif()
95   install(TARGETS dctimestep findglare getinfo glarendx rad ranimate
96 <                vwrays vwright ranimove rsensor rttree_reduce rcollate
97 <                rmtxop eplus_adduvf
98 <        RUNTIME DESTINATION bin)
96 >    vwrays vwright ranimove rsensor rttree_reduce rcollate
97 >                eplus_adduvf rfluxmtx rmtxop
98 >    RUNTIME DESTINATION bin)
99  
100 < install(FILES tregsamp.dat DESTINATION lib)
100 > install(FILES rambpos.cal ambpos.cal tregsamp.dat reinhartb.cal
101 >    klems_full.cal klems_half.cal klems_quarter.cal disk2square.cal
102 >    DESTINATION lib)
103  
104   if(WIN32)
105    install(PROGRAMS genBSDF.pl DESTINATION bin)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines