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.12 by greg, Fri Jul 19 23:38:28 2024 UTC vs.
Revision 2.13 by greg, Fri Aug 2 18:47:25 2024 UTC

# Line 17 | Line 17 | target_link_libraries(genmarble ${LIB_M})
17   add_executable(gensky gensky.c sun.c)
18   target_link_libraries(gensky rtrad ${LIB_M})
19  
20 <
21 < add_executable(genssky genssky.c sun.c atmos.c ../rt/data.c)
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)
24 + target_link_libraries(gensdaymtx rtrad ${LIB_M} Threads::Threads)
25  
26   add_executable(gendaylit gendaylit.c sun.c)
27   target_link_libraries(gendaylit rtrad ${LIB_M})

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines