ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/CMakeLists.txt
(Generate patch)

Comparing ray/src/util/CMakeLists.txt (file contents):
Revision 1.41 by greg, Thu Aug 27 22:00:27 2020 UTC vs.
Revision 1.45 by greg, Wed Jun 1 17:22:31 2022 UTC

# Line 16 | Line 16 | target_link_libraries(glarendx rtrad)
16   add_executable(rad rad.c)
17   target_link_libraries(rad rtrad)
18  
19 + add_executable(rcrop rcrop.c)
20 + target_link_libraries(rcrop rtrad)
21 +
22   if(WIN32)
23    set(netproc_SOURCES win_netproc.c)
24   else()
# Line 65 | Line 68 | add_executable(rfluxmtx rfluxmtx.c)
68   target_link_libraries(rfluxmtx rtrad)
69  
70   add_executable(evalglare evalglare.c pictool.c)
71 < target_link_libraries(evalglare rtrad libreetz)
71 > target_link_libraries(evalglare rtrad reetz)
72  
73   add_executable(radcompare radcompare.c)
74   target_link_libraries(radcompare rtrad)
# Line 144 | Line 147 | install(TARGETS
147    rcode_ident
148    rcode_norm
149    rcollate
150 +  rcrop
151    rfluxmtx
152    rmtxop
153    rsensor
# Line 157 | Line 161 | install(TARGETS
161   file(COPY
162    ambpos.cal
163    disk2square.cal
164 +  hsv_rgb.cal
165    klems_full.cal
166    klems_half.cal
167    klems_quarter.cal

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines