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.5 by greg, Tue Nov 26 22:35:51 2013 UTC vs.
Revision 1.8 by greg, Wed Apr 16 20:48:07 2014 UTC

# Line 32 | Line 32 | target_link_libraries(3ds2mgf rtrad)
32  
33   if (NOT WIN32)
34  
35 <  add_executable(pabopto2bsdf pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c)
35 >  add_executable(pabopto2bsdf pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c bsdftrans.cpp)
36    target_link_libraries(pabopto2bsdf rtrad)
37  
38 <  add_executable(pabopto2rad    pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c)
38 >  add_executable(pabopto2rad    pabopto2bsdf.c bsdfrep.c bsdfrbf.c bsdfmesh.c bsdftrans.cpp)
39    target_link_libraries(pabopto2rad rtrad)
40 +  set_target_properties(pabopto2rad PROPERTIES COMPILE_DEFINITIONS TEST_MAIN)
41  
42   endif()
43  
# Line 72 | Line 73 | INSTALL(FILES source.cal tilt.cal lamp.tab window.cal
73  
74   if (NOT WIN32)
75    INSTALL(PROGRAMS optics2rad.csh DESTINATION bin RENAME optics2rad)
76 <  INSTALL(TARGETS pabopto2rad pabopto2bsdf)
76 >  INSTALL(TARGETS pabopto2rad pabopto2bsdf DESTINATION bin)
77   endif()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines