Changes in trunk/src/CMakeLists.txt [2399:2321]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/CMakeLists.txt
r2399 r2321 21 21 # source files for libpyrap 22 22 set( ASAP_SRCS 23 ${SRCDIR}/concurrent.cpp24 23 ${SRCDIR}/MathUtils.cpp 25 24 ${SRCDIR}/TableTraverse.cpp … … 59 58 ${SRCDIR}/AsapLogSink.cpp 60 59 ${SRCDIR}/STUpgrade.cpp 61 ${SRCDIR}/STGrid.cpp62 60 ${SRCDIR}/Templates.cpp ) 63 61 … … 80 78 ${SRCDIR}/python_MSWriter.cpp 81 79 ${SRCDIR}/python_LogSink.cpp 82 ${SRCDIR}/python_STGrid.cpp83 80 ${SRCDIR}/python_asap.cpp ) 84 81 … … 103 100 install( TARGETS ${ASAPLIB} 104 101 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}.so108 OUTPUT_VARIABLE stuff)109 endif()
Note:
See TracChangeset
for help on using the changeset viewer.