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.7 by greg, Thu Jul 16 21:46:30 2020 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  
# Line 31 | Line 34 | install(TARGETS
34    neaten
35    rcalc
36    rlam
37 +  rsplit
38    tabfunc
39    total
40    RUNTIME DESTINATION "bin"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines