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.31 by greg, Fri Jul 19 02:18:44 2019 UTC vs.
Revision 1.33 by greg, Fri Jul 26 00:34:07 2019 UTC

# Line 73 | Line 73 | target_link_libraries(rcode_depth rtrad)
73   add_executable(rcode_norm rcode_norm.c normcodec.c)
74   target_link_libraries(rcode_norm rtrad)
75  
76 + add executable(rcode_ident rcode_ident.c idmap.c)
77 + target_link_libraries(rcode_ident rtrad)
78 +
79   if(X11_FOUND)
80    add_executable(xglaresrc
81      xglaresrc.c
# Line 187 | Line 190 | else()
190      objpict.pl
191      objview.pl
192      raddepend.csh
193 +    rcode2bmp.pl
194      rlux.csh
195      rtpict.pl
196      trad.wsh

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines