Changeset 1957 for trunk/external
- Timestamp:
- 12/06/10 16:38:24 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/external/libpyrap/CMakeLists.txt
r1954 r1957 2 2 # CMakeLists.txt for libpyrap.so 3 3 ### 4 5 # library name is libpyrap.so6 set( PYRAPLIB pyrap )7 4 8 5 # root for libpyrap … … 12 9 13 10 # include path 14 include_directories( ${PYRAPROOT} ) 11 include_directories( ${PYRAPROOT} 12 ${Boost_INCLUDE_DIR} ) 15 13 16 14 # link path … … 28 26 ${PYRAPDIR}/${MODULE}/PycRecord.cc 29 27 ${PYRAPDIR}/${MODULE}/PycValueHolder.cc ) 28 30 29 add_library( ${PYRAPLIB} SHARED ${PYRAP_SRCS} ) 31 target_link_libraries( ${PYRAPLIB} ${Boost_LIBRARIES} ${PYTHON_LIBRARIES} ${CASACORE_LIBRARIES} ) 30 target_link_libraries( ${PYRAPLIB} 31 ${Boost_LIBRARIES} 32 ${PYTHON_LIBRARIES} 33 ${CASACORE_LIBRARIES} ) 32 34 33 35 # install directory
Note:
See TracChangeset
for help on using the changeset viewer.