comparison libfreeDiameter/CMakeLists.txt @ 8:3e143f047f78

Backup for the week-end
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 18 Sep 2009 18:54:07 +0900
parents e5af94b04946
children c5c99c73c2bf
comparison
equal deleted inserted replaced
7:e5af94b04946 8:3e143f047f78
1 # Name of the subproject 1 # Name of the subproject
2 Project("libfreeDiameter" C) 2 Project("libfreeDiameter" C)
3
4 SET(PROJECT_COPYRIGHT "Copyright (c) 2008-2009, WIDE Project (www.wide.ad.jp) and NICT (www.nict.go.jp)")
5 3
6 # List of source files for the library 4 # List of source files for the library
7 SET(LFD_SRC 5 SET(LFD_SRC
8 libfD.h 6 libfD.h
9 dictionary.c 7 dictionary.c
10 dispatch.c 8 dispatch.c
11 init.c 9 init.c
12 lists.c 10 lists.c
13 log.c 11 log.c
14 messages.c 12 messages.c
15 mqueues.c 13 queues.c
16 sessions.c 14 sessions.c
17 ) 15 )
18 16
19 # Build as a shared library 17 # Build as a shared library
20 ADD_LIBRARY(libfreeDiameter SHARED ${LFD_SRC}) 18 ADD_LIBRARY(libfreeDiameter SHARED ${LFD_SRC})
"Welcome to our mercurial repository"