Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CMakeLists.txt

    r2399 r2321  
    2121# source files for libpyrap
    2222set( ASAP_SRCS
    23      ${SRCDIR}/concurrent.cpp
    2423     ${SRCDIR}/MathUtils.cpp
    2524     ${SRCDIR}/TableTraverse.cpp
     
    5958     ${SRCDIR}/AsapLogSink.cpp
    6059     ${SRCDIR}/STUpgrade.cpp
    61      ${SRCDIR}/STGrid.cpp
    6260     ${SRCDIR}/Templates.cpp )
    6361
     
    8078     ${SRCDIR}/python_MSWriter.cpp
    8179     ${SRCDIR}/python_LogSink.cpp
    82      ${SRCDIR}/python_STGrid.cpp
    8380     ${SRCDIR}/python_asap.cpp )
    8481
     
    103100install( TARGETS ${ASAPLIB}
    104101         LIBRARY DESTINATION ${PYTHON_INSTALL_DIR} )
    105 if( NOT STANDALONE )
    106   execute_process(
    107     COMMAND ln -Fs ../${PYTHON_INSTALL_DIR}/_${ASAPLIB}.so ${CMAKE_INSTALL_PREFIX}/lib/_${ASAPLIB}.so
    108     OUTPUT_VARIABLE stuff)
    109 endif()
Note: See TracChangeset for help on using the changeset viewer.