Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CMakeLists.txt

    r2321 r2399  
    2121# source files for libpyrap
    2222set( ASAP_SRCS
     23     ${SRCDIR}/concurrent.cpp
    2324     ${SRCDIR}/MathUtils.cpp
    2425     ${SRCDIR}/TableTraverse.cpp
     
    5859     ${SRCDIR}/AsapLogSink.cpp
    5960     ${SRCDIR}/STUpgrade.cpp
     61     ${SRCDIR}/STGrid.cpp
    6062     ${SRCDIR}/Templates.cpp )
    6163
     
    7880     ${SRCDIR}/python_MSWriter.cpp
    7981     ${SRCDIR}/python_LogSink.cpp
     82     ${SRCDIR}/python_STGrid.cpp
    8083     ${SRCDIR}/python_asap.cpp )
    8184
     
    100103install( TARGETS ${ASAPLIB}
    101104         LIBRARY DESTINATION ${PYTHON_INSTALL_DIR} )
     105if( NOT STANDALONE )
     106  execute_process(
     107    COMMAND ln -Fs ../${PYTHON_INSTALL_DIR}/_${ASAPLIB}.so ${CMAKE_INSTALL_PREFIX}/lib/_${ASAPLIB}.so
     108    OUTPUT_VARIABLE stuff)
     109endif()
Note: See TracChangeset for help on using the changeset viewer.