--- ray/src/gen/CMakeLists.txt 2024/07/19 23:38:28 2.12 +++ ray/src/gen/CMakeLists.txt 2025/05/06 21:18:42 2.18 @@ -14,17 +14,22 @@ target_link_libraries(genbox wfobj rtrad ${LIB_M}) add_executable(genmarble genmarble.c ../common/random.h) target_link_libraries(genmarble ${LIB_M}) +add_executable(genglaze genglaze.c ../common/data.h) +target_link_libraries(genglaze rtrad ${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 +74,8 @@ install(TARGETS genclock gendaylit gendaymtx + genglaze + gensdaymtx genprism genrev gensky