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.42 by greg, Mon Oct 18 16:20:21 2021 UTC vs.
Revision 1.44 by greg, Sun Mar 20 01:34:09 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 144 | Line 147 | install(TARGETS
147    rcode_ident
148    rcode_norm
149    rcollate
150 +  rcrop
151    rfluxmtx
152    rmtxop
153    rsensor

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines