# | Line 26 | Line 26 | target_link_libraries(gensdaymtx rtrad ${LIB_M} Thread | |
---|---|---|
26 | add_executable(gendaylit gendaylit.c sun.c) | |
27 | target_link_libraries(gendaylit rtrad ${LIB_M}) | |
28 | ||
29 | < | add_executable(gendaymtx gendaymtx.c sun.c) |
29 | > | add_executable(gendaymtx gendaymtx.c sun.c loadEPW.c) |
30 | target_link_libraries(gendaymtx rtrad ${LIB_M}) | |
31 | ||
32 | add_executable(genblinds genblinds.c) | |
# | Line 71 | Line 71 | install(TARGETS | |
71 | genclock | |
72 | gendaylit | |
73 | gendaymtx | |
74 | + | gensdaymtx |
75 | genprism | |
76 | genrev | |
77 | gensky |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |