annotate common/CMakeLists.txt @ 285:f23e0ccd5d14

Fix call to windows process. This now uses the correct parameters, emits the signals correctly as errors and waits for the process to finish instead of relying on NOASYNC which did not work for runas and also made it impossible to get the return code
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 02 Apr 2014 13:45:57 +0000
parents e7a8b70021b6
children 824ef90a6721
rev   line source
102
c879a709310d Add static common library
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
1 set (m13_common_src
259
20d515604daa Added new module with helper functions to parse certs.
Sascha Wilde <wilde@intevation.de>
parents: 146
diff changeset
2 certhelp.c
102
c879a709310d Add static common library
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
3 listutil.c
260
Sascha Wilde <wilde@intevation.de>
parents: 259 252
diff changeset
4 logging.c
259
20d515604daa Added new module with helper functions to parse certs.
Sascha Wilde <wilde@intevation.de>
parents: 146
diff changeset
5 portpath.c
102
c879a709310d Add static common library
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
6 strhelp.c
c879a709310d Add static common library
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
7 )
c879a709310d Add static common library
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
8
c879a709310d Add static common library
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
9 add_library(m13_common STATIC ${m13_common_src})

http://wald.intevation.org/projects/trustbridge/