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.32 by greg, Fri Jul 19 22:25:03 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines