17 |
|
add_executable(gensky gensky.c sun.c) |
18 |
|
target_link_libraries(gensky rtrad ${LIB_M}) |
19 |
|
|
20 |
< |
|
21 |
< |
add_executable(genssky genssky.c sun.c atmos.c ../rt/data.c) |
20 |
> |
add_executable(genssky genssky.c sun.c atmos.c) |
21 |
|
target_link_libraries(genssky rtrad ${LIB_M} Threads::Threads) |
22 |
+ |
|
23 |
+ |
add_executable(gensdaymtx gensdaymtx.c sun.c atmos.c) |
24 |
+ |
target_link_libraries(gensdaymtx rtrad ${LIB_M} Threads::Threads) |
25 |
|
|
26 |
|
add_executable(gendaylit gendaylit.c sun.c) |
27 |
|
target_link_libraries(gendaylit rtrad ${LIB_M}) |