Mercurial > trustbridge
annotate common/CMakeLists.txt @ 163:8cfcd38a9bb3
Change coding style for cinst main / windowsstore to GNU
The kdelibs / qt coding style is not really suited for plain C
and looks irritiating when combined with standard C functions.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 25 Mar 2014 10:29:12 +0000 |
parents | 306e4db11761 |
children | bd7fb50078b4 20d515604daa |
rev | line source |
---|---|
102
c879a709310d
Add static common library
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
1 set (m13_common_src |
c879a709310d
Add static common library
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
2 listutil.c |
c879a709310d
Add static common library
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
3 strhelp.c |
146
306e4db11761
Added portable path name handling functions.
Sascha Wilde <wilde@intevation.de>
parents:
105
diff
changeset
|
4 portpath.c |
102
c879a709310d
Add static common library
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
5 ) |
c879a709310d
Add static common library
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
6 |
c879a709310d
Add static common library
Andre Heinecke <aheinecke@intevation.de>
parents:
diff
changeset
|
7 add_library(m13_common STATIC ${m13_common_src}) |