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.16 by greg, Thu Apr 10 23:30:58 2025 UTC vs.
Revision 2.17 by greg, Mon May 5 19:20:16 2025 UTC

# Line 14 | Line 14 | target_link_libraries(genbox wfobj rtrad ${LIB_M})
14   add_executable(genmarble genmarble.c ../common/random.h)
15   target_link_libraries(genmarble ${LIB_M})
16  
17 + add_executable(genglaze genglaze.c ../common/data.h)
18 + target_link_libraries(genglaze rtrace ${LIB_M})
19 +
20   add_executable(gensky gensky.c sun.c)
21   target_link_libraries(gensky rtrad ${LIB_M})
22  
# Line 71 | Line 74 | install(TARGETS
74    genclock
75    gendaylit
76    gendaymtx
77 +  genglaze
78    gensdaymtx
79    genprism
80    genrev

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines