# | 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 ev histo icalc neaten rcalc rlam tabfunc total |
26 | > | install(TARGETS cnt ev histo icalc neaten rcalc rlam tabfunc total |
27 | RUNTIME DESTINATION bin) | |
28 | + | |
29 | + | add_subdirectory(cal) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |