Navigation


Changeset 1159:05f74dc19c49 in freeDiameter for libfdproto


Ignore:
Timestamp:
May 31, 2013, 12:20:27 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Include source rev number in version information when available

Location:
libfdproto
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/CMakeLists.txt

    r1080 r1159  
    11# Name of the subproject
    22Project("libfdproto" C)
     3
    34
    45# List of source files for the library
     
    1819        sessions.c
    1920        utils.c
     21        version.c
    2022        )
     23
    2124
    2225# Save the list of files for testcases in the core's directory
     
    2831# Build as a shared library
    2932ADD_LIBRARY(libfdproto SHARED ${LFDPROTO_SRC})
     33
     34ADD_DEPENDENCIES(libfdproto version_information)
    3035
    3136# Avoid the liblib name, and set the version
Note: See TracChangeset for help on using the changeset viewer.