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

Comparing ray/src/cal/CMakeLists.txt (file contents):
Revision 1.5 by greg, Mon Jan 8 16:51:32 2018 UTC vs.
Revision 1.6 by greg, Fri Jul 5 00:20:57 2019 UTC

# Line 17 | Line 17 | target_link_libraries(rcalc rtrad)
17   add_executable(rlam lam.c)
18   target_link_libraries(rlam rtrad)
19  
20 + add_executable(rsplit rsplit.c)
21 + target_link_libraries(rsplit rtrad)
22 +
23   add_executable(tabfunc tabfunc.c)
24   target_link_libraries(tabfunc rtrad)
25  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines