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.4 by greg, Mon Nov 25 23:05:33 2013 UTC vs.
Revision 1.5 by greg, Tue Nov 26 22:35:51 2013 UTC

# Line 30 | Line 30 | target_link_libraries(mgf2inv mgf rtrad)
30   add_executable(3ds2mgf 3ds2mgf.c rayopt3ds.c vect3ds.c)
31   target_link_libraries(3ds2mgf rtrad)
32  
33 < add_executable(pabopto2bsdf pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c)
34 < target_link_libraries(pabopto2bsdf rtrad)
33 > if (NOT WIN32)
34  
35 < add_executable(pabopto2rad      pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c)
36 < target_link_libraries(pabopto2rad rtrad)
35 >  add_executable(pabopto2bsdf pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c)
36 >  target_link_libraries(pabopto2bsdf rtrad)
37  
38 +  add_executable(pabopto2rad    pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c)
39 +  target_link_libraries(pabopto2rad rtrad)
40 +
41 + endif()
42 +
43   add_executable(bsdf2rad bsdf2rad.c bsdfrep.c bsdfinterp.c)
44   target_link_libraries(bsdf2rad rtrad)
45  
# Line 60 | Line 64 | target_link_libraries(mgf2meta mgf meta rtrad)
64   install(TARGETS
65          ies2rad nff2rad lampcolor tmesh2rad obj2rad
66          mgf2rad rad2mgf mgf2meta mgfilt mgf2inv 3ds2mgf
67 <        pabopto2bsdf bsdf2ttree bsdf2klems pkgBSDF epw2wea
67 >        bsdf2ttree bsdf2klems pkgBSDF epw2wea
68    RUNTIME DESTINATION bin)
69  
70   INSTALL(FILES source.cal tilt.cal lamp.tab window.cal
# Line 68 | Line 72 | INSTALL(FILES source.cal tilt.cal lamp.tab window.cal
72  
73   if (NOT WIN32)
74    INSTALL(PROGRAMS optics2rad.csh DESTINATION bin RENAME optics2rad)
75 +  INSTALL(TARGETS pabopto2rad pabopto2bsdf)
76   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines