Mercurial > trustbridge
comparison common/CMakeLists.txt @ 408:ac9e95ef6966
rename m13_common to trustbridge_common
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 16 Apr 2014 13:41:10 +0000 |
parents | 35d6b371ba63 |
children | f4ce4eef3b38 |
comparison
equal
deleted
inserted
replaced
407:af53c40e74b1 | 408:ac9e95ef6966 |
---|---|
3 # | 3 # |
4 # This file is Free Software under the GNU GPL (v>=2) | 4 # This file is Free Software under the GNU GPL (v>=2) |
5 # and comes with ABSOLUTELY NO WARRANTY! | 5 # and comes with ABSOLUTELY NO WARRANTY! |
6 # See LICENSE.txt for details. | 6 # See LICENSE.txt for details. |
7 | 7 |
8 set (m13_common_src | 8 set (trustbridge_common_src |
9 certhelp.c | 9 certhelp.c |
10 listutil.c | 10 listutil.c |
11 logging.c | 11 logging.c |
12 portpath.c | 12 portpath.c |
13 strhelp.c | 13 strhelp.c |
14 util.c | 14 util.c |
15 ) | 15 ) |
16 | 16 |
17 add_library(m13_common STATIC ${m13_common_src}) | 17 add_library(trustbridge_common STATIC ${trustbridge_common_src}) |