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.30 by greg, Thu Jul 18 18:51:56 2019 UTC vs.
Revision 1.31 by greg, Fri Jul 19 02:18:44 2019 UTC

# Line 70 | Line 70 | target_link_libraries(radcompare rtrad)
70   add_executable(rcode_depth rcode_depth.c depthcodec.c)
71   target_link_libraries(rcode_depth rtrad)
72  
73 + add_executable(rcode_norm rcode_norm.c normcodec.c)
74 + target_link_libraries(rcode_norm rtrad)
75 +
76   if(X11_FOUND)
77    add_executable(xglaresrc
78      xglaresrc.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines