# | 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" |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |