- Timestamp:
- 07/31/13 22:35:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/CMakeLists.txt
r2832 r2833 19 19 add_definitions( -DHAVE_LIBPYRAP ) 20 20 21 # enable plotter222 add_definitions( -DENABLE_PLOTTER2 )23 24 21 # source files for libpyrap 25 22 set( ASAP_SRCS 26 ${SRCDIR}/Plotter2.cpp27 23 ${SRCDIR}/concurrent.cpp 28 24 ${SRCDIR}/MathUtils.cpp … … 83 79 ${SRCDIR}/CalibrationManager.cpp ) 84 80 81 if ( NOT STANDALONE ) 82 set( ASAP_SRCS 83 ${ASAP_SRCS} 84 ${SRCDIR}/Plotter2.cpp ) 85 endif() 86 85 87 set( ASAP_PYSRCS 86 ${SRCDIR}/python_Plotter2.cpp87 88 ${SRCDIR}/python_Scantable.cpp 88 89 ${SRCDIR}/python_STFiller.cpp … … 108 109 ${SRCDIR}/python_CalibrationManager.cpp 109 110 ${SRCDIR}/python_asap.cpp ) 111 112 if ( NOT STANDALONE ) 113 set( ASAP_PYSRCS 114 ${ASAP_PYSRCS} 115 ${SRCDIR}/python_Plotter2.cpp ) 116 endif() 110 117 111 118 add_library( ${ASAPLIB} SHARED ${ASAP_SRCS} )
Note:
See TracChangeset
for help on using the changeset viewer.