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.17 by greg, Mon May 5 19:20:16 2025 UTC vs.
Revision 2.18 by greg, Tue May 6 21:18:42 2025 UTC

# Line 15 | Line 15 | add_executable(genmarble genmarble.c ../common/random.
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})
18 > target_link_libraries(genglaze rtrad ${LIB_M})
19  
20   add_executable(gensky gensky.c sun.c)
21   target_link_libraries(gensky rtrad ${LIB_M})

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines