Navigation


Changeset 304:ad3c46016584 in freeDiameter for libfreeDiameter/CMakeLists.txt


Ignore:
Timestamp:
May 14, 2010, 5:26:53 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added install directives for cmake; also allow default directory to seek for extensions and configuration files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfreeDiameter/CMakeLists.txt

    r300 r304  
    2626TARGET_LINK_LIBRARIES(libfreeDiameter ${FD_LIBS})
    2727
    28 # The library is to be installed as part of the freeDiameter-common component.
     28# Save the list of files for testcases in the daemon's directory
     29SET(LFD_SRC ${LFD_SRC} PARENT_SCOPE)
     30
     31
     32####
     33## INSTALL section ##
     34
    2935INSTALL(TARGETS libfreeDiameter
    3036        LIBRARY DESTINATION lib
    3137        COMPONENT freeDiameter-common)
    3238
    33 # Save the list of files for testcases in the daemon's directory
    34 SET(LFD_SRC ${LFD_SRC} PARENT_SCOPE)
    35 
Note: See TracChangeset for help on using the changeset viewer.