--- ray/src/gen/CMakeLists.txt 2024/07/19 23:38:28 2.12 +++ ray/src/gen/CMakeLists.txt 2025/04/10 23:30:58 2.16 @@ -17,14 +17,16 @@ target_link_libraries(genmarble ${LIB_M}) add_executable(gensky gensky.c sun.c) target_link_libraries(gensky rtrad ${LIB_M}) - -add_executable(genssky genssky.c sun.c atmos.c ../rt/data.c) +add_executable(genssky genssky.c sun.c atmos.c) target_link_libraries(genssky rtrad ${LIB_M} Threads::Threads) +add_executable(gensdaymtx gensdaymtx.c sun.c atmos.c loadEPW.c) +target_link_libraries(gensdaymtx rtrad ${LIB_M} Threads::Threads) + add_executable(gendaylit gendaylit.c sun.c) target_link_libraries(gendaylit rtrad ${LIB_M}) -add_executable(gendaymtx gendaymtx.c sun.c) +add_executable(gendaymtx gendaymtx.c sun.c loadEPW.c) target_link_libraries(gendaymtx rtrad ${LIB_M}) add_executable(genblinds genblinds.c) @@ -69,6 +71,7 @@ install(TARGETS genclock gendaylit gendaymtx + gensdaymtx genprism genrev gensky