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.14 by greg, Thu Aug 8 02:00:48 2024 UTC vs.
Revision 2.15 by greg, Wed Feb 26 20:39:28 2025 UTC

# Line 26 | Line 26 | target_link_libraries(gensdaymtx rtrad ${LIB_M} Thread
26   add_executable(gendaylit gendaylit.c sun.c)
27   target_link_libraries(gendaylit rtrad ${LIB_M})
28  
29 < add_executable(gendaymtx gendaymtx.c sun.c)
29 > add_executable(gendaymtx gendaymtx.c sun.c loadEPW.c)
30   target_link_libraries(gendaymtx rtrad ${LIB_M})
31  
32   add_executable(genblinds genblinds.c)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines