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.8 by greg, Fri Apr 9 01:48:20 2021 UTC vs.
Revision 2.11 by greg, Fri Jul 5 18:04:36 2024 UTC

# Line 4 | Line 4 | add_executable(genbeads genbeads.c hermite3.c)
4   target_link_libraries(genbeads ${LIB_M})
5  
6   add_executable(genbox genbox.c)
7 < target_link_libraries(genbox rtrad wfobj)
7 > target_link_libraries(genbox wfobj rtrad ${LIB_M})
8  
9   add_executable(genmarble genmarble.c ../common/random.h)
10   target_link_libraries(genmarble ${LIB_M})
# Line 12 | Line 12 | target_link_libraries(genmarble ${LIB_M})
12   add_executable(gensky gensky.c sun.c)
13   target_link_libraries(gensky rtrad ${LIB_M})
14  
15 + add_executable(genssky genssky.c sun.c atmos.c ../rt/data.c)
16 + target_link_libraries(genssky rtrad ${LIB_M})
17 +
18   add_executable(gendaylit gendaylit.c sun.c)
19   target_link_libraries(gendaylit rtrad ${LIB_M})
20  
# Line 63 | Line 66 | install(TARGETS
66    genprism
67    genrev
68    gensky
69 +  genssky
70    gensurf
71    genworm
72    mkillum
# Line 82 | Line 86 | file(COPY
86    rev.cal
87    skybright.cal
88    surf.cal
89 +  mie_ca.dat
90    DESTINATION "${CMAKE_BINARY_DIR}/lib"
91   )
92  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines