Navigation


Changeset 668:4ef3b7cdf734 in freeDiameter for libfdcore/CMakeLists.txt


Ignore:
Timestamp:
Jan 17, 2011, 2:08:08 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Some more cleanups in linking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/CMakeLists.txt

    r666 r668  
    5959        OUTPUT_NAME "fdcore"
    6060        SOVERSION ${FD_PROJECT_VERSION_API}
    61         VERSION ${FD_PROJECT_VERSION_MAJOR}.${FD_PROJECT_VERSION_MINOR}.${FD_PROJECT_VERSION_REV})
     61        VERSION ${FD_PROJECT_VERSION_MAJOR}.${FD_PROJECT_VERSION_MINOR}.${FD_PROJECT_VERSION_REV}
     62        LINK_INTERFACE_LIBRARIES "${LFDCORE_LINK_INTERFACES}")
    6263
    6364# The library itself needs other libraries
Note: See TracChangeset for help on using the changeset viewer.