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.14 by greg, Thu Aug 8 02:00:48 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})
28  
# Line 69 | Line 71 | install(TARGETS
71    genclock
72    gendaylit
73    gendaymtx
74 +  gensdaymtx
75    genprism
76    genrev
77    gensky

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines