Ignore:
Timestamp:
07/26/13 20:58:10 (11 years ago)
Author:
WataruKawasaki
Message:

New Development: Yes

JIRA Issue: Yes (CAS-3620)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: Yes

Module(s): sd

Description: add a new sd module sd.plotter2, a new lightweight plotter based on pgplot.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plotter2/src/CMakeLists.txt

    r2757 r2825  
    77set( SRCDIR ${ASAPROOT}/src )
    88
    9 # include QT_USE_FILE
    10 include( ${QT_USE_FILE} )
    11 
    129# include path
    1310include_directories( ${SRCDIR}
    1411                     ${Boost_INCLUDE_DIR}
    15                      ${QT4_INCLUDE_DIRS}
    1612                     ${ASAPROOT}/external-alma
    1713                     ${ASAPROOT}/external/libpyrap/pyrap-0.3.2 )
     
    2521# source files for libpyrap
    2622set( ASAP_SRCS
    27 #     ${SRCDIR}/Plotter2.cpp
     23     ${SRCDIR}/Plotter2.cpp
    2824     ${SRCDIR}/concurrent.cpp
    2925     ${SRCDIR}/MathUtils.cpp
     
    8581
    8682set( ASAP_PYSRCS
    87 #     ${SRCDIR}/python_Plotter2.cpp
     83     ${SRCDIR}/python_Plotter2.cpp
    8884     ${SRCDIR}/python_Scantable.cpp
    8985     ${SRCDIR}/python_STFiller.cpp
     
    121117target_link_libraries( ${ASAPLIB}
    122118                       #${Boost_LIBRARIES}
    123                        ${QT4_LIBRARIES}
     119                       ${X11_LIBRARIES}
     120                       ${PGPLOT_LIBRARIES}
    124121                       ${PYRAPLIB}
    125122                       ${ATNFLIB}
Note: See TracChangeset for help on using the changeset viewer.