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.18 by greg, Sun Jun 1 03:20:29 2014 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(eplus_adduvf eplus_adduvf.c eplus_idf.c)
54   target_link_libraries(eplus_adduvf rtrad)
55  
# Line 87 | Line 90 | if(UNIX AND X11_FOUND)
90    endif()
91   endif()
92   install(TARGETS dctimestep findglare getinfo glarendx rad ranimate
93 <                vwrays vwright ranimove rsensor rttree_reduce rcollate eplus_adduvf
93 >                vwrays vwright ranimove rsensor rttree_reduce rcollate
94 >                rmtxop eplus_adduvf
95          RUNTIME DESTINATION bin)
96  
97   install(FILES tregsamp.dat DESTINATION lib)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines