--- ray/src/gen/CMakeLists.txt 2024/08/08 02:00:48 2.14 +++ ray/src/gen/CMakeLists.txt 2025/02/26 20:39:28 2.15 @@ -26,7 +26,7 @@ target_link_libraries(gensdaymtx rtrad ${LIB_M} Thread 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)