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.32 by greg, Fri Jul 19 22:25:03 2019 UTC vs.
Revision 1.37 by greg, Thu Jul 16 19:57:29 2020 UTC

# Line 34 | Line 34 | target_link_libraries(vwrays rtrad)
34   add_executable(vwright vwright.c)
35   target_link_libraries(vwright rtrad)
36  
37 + add_executable(dcglare dcglare.c cmbsdf.c cmatrix.c cmglare.c)
38 + target_link_libraries(dcglare rtrad)
39 +
40   #the next few libraries all need to include header files from the rt directory
41   include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../rt")
42  
# Line 67 | Line 70 | target_link_libraries(evalglare rtrad libreetz)
70   add_executable(radcompare radcompare.c)
71   target_link_libraries(radcompare rtrad)
72  
73 < add_executable(rcode_depth rcode_depth.c depthcodec.c)
73 > add_executable(rcode_depth rcode_depth.c)
74   target_link_libraries(rcode_depth rtrad)
75  
76 < add_executable(rcode_norm rcode_norm.c normcodec.c)
76 > add_executable(rcode_norm rcode_norm.c)
77   target_link_libraries(rcode_norm rtrad)
78  
79 < add executable(rcode_ident rcode_ident.c idmap.c)
79 > add_executable(rcode_ident rcode_ident.c)
80   target_link_libraries(rcode_ident rtrad)
81  
82   if(X11_FOUND)
# Line 126 | Line 129 | if(UNIX)
129   endif()
130  
131   install(TARGETS
132 +  dcglare
133    dctimestep
134    eplus_adduvf
135    evalglare
# Line 136 | Line 140 | install(TARGETS
140    radcompare
141    ranimate
142    ranimove
143 +  rcode_depth
144 +  rcode_ident
145 +  rcode_norm
146    rcollate
147    rfluxmtx
148    rmtxop
# Line 190 | Line 197 | else()
197      objpict.pl
198      objview.pl
199      raddepend.csh
200 +    rcode2bmp.pl
201      rlux.csh
202      rtpict.pl
203      trad.wsh

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines