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

Comparing src/cal/CMakeLists.txt (file contents):
Revision 1.5 by greg, Mon Jan 8 16:51:32 2018 UTC vs.
Revision 1.9 by greg, Thu Jul 24 01:24:01 2025 UTC

# Line 1 | Line 1
1 + # RCSid $Id$
2 +
3   add_executable(cnt cnt.c)
4 + target_link_libraries(cnt rtrad)
5  
6   add_executable(ev ev.c)
7   target_link_libraries(ev rtrad)
# Line 17 | Line 20 | target_link_libraries(rcalc rtrad)
20   add_executable(rlam lam.c)
21   target_link_libraries(rlam rtrad)
22  
23 + add_executable(rsplit rsplit.c)
24 + target_link_libraries(rsplit rtrad)
25 +
26   add_executable(tabfunc tabfunc.c)
27   target_link_libraries(tabfunc rtrad)
28  
# Line 31 | Line 37 | install(TARGETS
37    neaten
38    rcalc
39    rlam
40 +  rsplit
41    tabfunc
42    total
43    RUNTIME DESTINATION "bin"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines