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.9 by greg, Wed Feb 3 22:54:01 2016 UTC vs.
Revision 1.11 by greg, Sun Apr 9 21:39:26 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 70 | Line 73 | install(TARGETS
73          bsdf2ttree bsdf2klems pkgBSDF epw2wea
74    RUNTIME DESTINATION bin)
75  
76 < INSTALL(FILES source.cal tilt.cal lamp.tab window.cal
76 > INSTALL(FILES source.cal tilt.cal lamp.tab window.cal bsdf2rad.cal
77    DESTINATION lib)
78  
79   if (NOT WIN32)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines