ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/CMakeLists.txt
(Generate patch)

Comparing ray/src/cv/CMakeLists.txt (file contents):
Revision 1.14 by greg, Mon Jan 8 16:51:32 2018 UTC vs.
Revision 1.15 by greg, Mon Mar 30 18:28:35 2020 UTC

# Line 15 | Line 15 | target_link_libraries(tmesh2rad rtrad)
15   add_executable(obj2rad obj2rad.c trans.c)
16   target_link_libraries(obj2rad rtrad)
17  
18 + add_executable(robjutil robjutil.c)
19 + target_link_libraries(robjutil wfobj rtrad)
20 +
21   add_executable(mgf2rad mgf2rad.c)
22   target_link_libraries(mgf2rad mgf rtrad)
23  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines