Navigation


Changeset 1159:05f74dc19c49 in freeDiameter for libfdcore/CMakeLists.txt


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/CMakeLists.txt

    r1077 r1159  
    3535        server.c
    3636        tcp.c
     37        version.c
    3738        )
    3839
     
    5354# Include path
    5455INCLUDE_DIRECTORIES(${LFDCORE_INCLUDES})
     56INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
    5557
    5658# Build the executable
    5759ADD_LIBRARY(libfdcore SHARED ${FDCORE_SRC} ${FDCORE_GEN_SRC})
     60ADD_DEPENDENCIES(libfdcore version_information)
    5861
    5962# Avoid the liblib name, and set the version
Note: See TracChangeset for help on using the changeset viewer.