Changeset 3028 for trunk/src


Ignore:
Timestamp:
02/17/15 17:43:20 (9 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue:

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s):

Description: modifications to use proper libcomponents.so.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CMakeLists.txt

    r2872 r3028  
    1010include_directories( ${SRCDIR}
    1111                     ${Boost_INCLUDE_DIR}
     12                     ${COMPONENTS_INCLUDE_DIR}
    1213                     ${ASAPROOT}/external-alma
    1314                     ${ASAPROOT}/external/libpyrap/pyrap-0.3.2 )
     
    137138                       ${ATNFLIB}
    138139                       #${CASACORE_LIBRARIES}
    139                        ${WCSLIB} )
     140                       ${WCSLIB}
     141                       ${COMPONENTS_LIBRARY} )
    140142target_link_libraries( ${ASAPPYLIB}
    141143                       ${ASAPLIB} )
Note: See TracChangeset for help on using the changeset viewer.