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.8 by greg, Thu Apr 21 02:52:40 2022 UTC

# Line 1 | Line 1
1   add_executable(cnt cnt.c)
2 + target_link_libraries(cnt rtrad)
3  
4   add_executable(ev ev.c)
5   target_link_libraries(ev rtrad)
# Line 17 | Line 18 | target_link_libraries(rcalc rtrad)
18   add_executable(rlam lam.c)
19   target_link_libraries(rlam rtrad)
20  
21 + add_executable(rsplit rsplit.c)
22 + target_link_libraries(rsplit rtrad)
23 +
24   add_executable(tabfunc tabfunc.c)
25   target_link_libraries(tabfunc rtrad)
26  
# Line 31 | Line 35 | install(TARGETS
35    neaten
36    rcalc
37    rlam
38 +  rsplit
39    tabfunc
40    total
41    RUNTIME DESTINATION "bin"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines