Mercurial > trustbridge
view common/CMakeLists.txt @ 147:fc9af77b06b9
Completed profile.ini parser.
Debug main() allows to give an mozilla ini file as argument, and
outputs extracted profile paths.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 17:24:37 +0100 |
parents | 306e4db11761 |
children | bd7fb50078b4 20d515604daa |
line wrap: on
line source
set (m13_common_src listutil.c strhelp.c portpath.c ) add_library(m13_common STATIC ${m13_common_src})