Mercurial > trustbridge
view common/CMakeLists.txt @ 177:c92297bcda8f
dirent d_type is not supported on Windows, so use new port_isdir().
FWIW, according to the man page d_type isn't guarantied to work for
all file systems on linux neither.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Tue, 25 Mar 2014 16:48:18 +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})