ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/CMakeLists.txt
(Generate patch)

Comparing ray/src/gen/CMakeLists.txt (file contents):
Revision 2.15 by greg, Wed Feb 26 20:39:28 2025 UTC vs.
Revision 2.16 by greg, Thu Apr 10 23:30:58 2025 UTC

# Line 20 | Line 20 | target_link_libraries(gensky rtrad ${LIB_M})
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)
23 > add_executable(gensdaymtx gensdaymtx.c sun.c atmos.c loadEPW.c)
24   target_link_libraries(gensdaymtx rtrad ${LIB_M} Threads::Threads)
25  
26   add_executable(gendaylit gendaylit.c sun.c)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines