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.3 by greg, Wed May 30 18:31:11 2012 UTC vs.
Revision 1.4 by greg, Thu Aug 18 00:55:14 2016 UTC

# Line 21 | Line 21 | add_executable(tabfunc tabfunc.c)
21   target_link_libraries(tabfunc rtrad)
22  
23   add_executable(total total.c)
24 < target_link_libraries(total ${LIB_M})
24 > target_link_libraries(total rtrad ${LIB_M})
25  
26   install(TARGETS cnt ev histo icalc neaten rcalc rlam tabfunc total
27    RUNTIME DESTINATION bin)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines