Navigation


Changeset 8:3e143f047f78 in freeDiameter for CMakeLists.txt


Ignore:
Timestamp:
Sep 18, 2009, 6:54:07 PM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Backup for the week-end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r1 r8  
    33# Name of the project, and language
    44PROJECT("freeDiameter" C)
     5
     6# Informations to display in daemon's help
     7SET(FD_PROJECT_NAME freeDiameter)
     8SET(FD_PROJECT_BINARY freeDiameterd)
     9SET(FD_PROJECT_VERSION_MAJOR 0)
     10SET(FD_PROJECT_VERSION_MINOR 1)
     11SET(FD_PROJECT_VERSION_REV 0)
     12SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2009, WIDE Project (www.wide.ad.jp) and NICT (www.nict.go.jp)")
    513
    614# Some subfolders may have tests
     
    1624ADD_DEFINITIONS(-D_GNU_SOURCE)
    1725
    18 # Location for the include files
    19 INCLUDE_DIRECTORIES(include)
    20 INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/include)
    21 SUBDIRS(include/freeDiameter)
    22 
    2326# some subfolders use yacc and lex parsers
    2427SET(BISON_GENERATE_DEFINES TRUE)
     
    3336# how to do the check with cmake???
    3437
     38# Location for the include files
     39INCLUDE_DIRECTORIES(include)
     40INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/include)
     41SUBDIRS(include/freeDiameter)
     42
    3543# Location for the source code
    3644SUBDIRS(libfreeDiameter)
Note: See TracChangeset for help on using the changeset viewer.