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.29 by greg, Mon Oct 15 19:12:54 2018 UTC vs.
Revision 1.30 by greg, Thu Jul 18 18:51:56 2019 UTC

# Line 67 | Line 67 | target_link_libraries(evalglare rtrad libreetz)
67   add_executable(radcompare radcompare.c)
68   target_link_libraries(radcompare rtrad)
69  
70 + add_executable(rcode_depth rcode_depth.c depthcodec.c)
71 + target_link_libraries(rcode_depth rtrad)
72 +
73   if(X11_FOUND)
74    add_executable(xglaresrc
75      xglaresrc.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines