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

Comparing ray/src/meta/CMakeLists.txt (file contents):
Revision 1.1 by greg, Sat Oct 22 22:38:10 2011 UTC vs.
Revision 1.2 by greg, Wed Oct 14 20:51:44 2015 UTC

# Line 56 | Line 56 | if(X11_FOUND)
56    install(TARGETS x11meta RUNTIME DESTINATION bin)
57   endif()
58  
59 + add_custom_target(mta ALL
60 +  COMMAND cv "${CMAKE_CURRENT_SOURCE_DIR}/symbols.met" > "${CMAKE_CURRENT_BINARY_DIR}/symbols.mta"
61 +  COMMAND cv "${CMAKE_CURRENT_SOURCE_DIR}/vchars.met" > "${CMAKE_CURRENT_BINARY_DIR}/vchars.mta"
62 +  SOURCES symbols.met vchars.met
63 + )
64 +
65 + install(FILES
66 +  "${CMAKE_CURRENT_BINARY_DIR}/symbols.mta"
67 +  "${CMAKE_CURRENT_BINARY_DIR}/vchars.mta"
68 +  DESTINATION lib
69 + )
70 +
71 + install(FILES symbols.met vchars.met boxw.plt curve.plt line.plt scatter.plt
72 +                                cartesian.plt function.plt polar.plt standard.plt
73 +                                DESTINATION lib)
74 +
75   install(TARGETS meta2tga pexpand psort cv psmeta plotin bgraph igraph dgraph
76 <                gcomp plot4 meta2bmp
76 >        gcomp plot4 meta2bmp
77          RUNTIME DESTINATION bin)
78 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines