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

Comparing ray/src/cv/CMakeLists.txt (file contents):
Revision 1.19 by greg, Sat Dec 5 16:33:01 2020 UTC vs.
Revision 1.20 by greg, Tue Dec 14 02:33:18 2021 UTC

# Line 60 | Line 60 | target_link_libraries(bsdf2klems rtrad)
60   add_executable(pkgBSDF pkgBSDF.c trans.c)
61   target_link_libraries(pkgBSDF rtrad)
62  
63 + add_executable(checkBSDF checkBSDF.c)
64 + target_link_libraries(checkBSDF rtrad)
65 +
66   add_executable(epw2wea epw2wea.c)
67  
68   include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../meta)
# Line 71 | Line 74 | install(TARGETS
74    bsdf2klems
75    bsdf2rad
76    bsdf2ttree
77 +  checkBSDF
78    epw2wea
79    ies2rad
80    lampcolor

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines