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.8 by greg, Wed Apr 16 20:48:07 2014 UTC vs.
Revision 1.12 by greg, Thu Apr 13 00:14:36 2017 UTC

# Line 35 | Line 35 | if (NOT WIN32)
35    add_executable(pabopto2bsdf pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c bsdftrans.cpp)
36    target_link_libraries(pabopto2bsdf rtrad)
37  
38 +  add_executable(pabopto2xyz pabopto2xyz.c)
39 +  target_link_libraries(pabopto2xyz rtrad)
40 +
41    add_executable(pabopto2rad    pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c bsdftrans.cpp)
42    target_link_libraries(pabopto2rad rtrad)
43    set_target_properties(pabopto2rad PROPERTIES COMPILE_DEFINITIONS TEST_MAIN)
# Line 68 | Line 71 | install(TARGETS
71          bsdf2ttree bsdf2klems pkgBSDF epw2wea
72    RUNTIME DESTINATION bin)
73  
74 < INSTALL(FILES source.cal tilt.cal lamp.tab window.cal
74 > INSTALL(FILES source.cal tilt.cal lamp.tab window.cal bsdf2rad.cal
75    DESTINATION lib)
76  
77   if (NOT WIN32)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines