cmake build system cleanup

This commit is contained in:
Marian Krivos
2012-01-08 09:37:13 +00:00
parent ddaceef0ec
commit b59d198396
8 changed files with 241 additions and 221 deletions

View File

@@ -188,7 +188,7 @@ set(LIN_SRCS
if(CMAKE_SYSTEM MATCHES "Windows")
set(SRCS ${BASE_SRCS} ${WIN_SRCS})
add_definitions( -DPOCO_NO_FPENVIRONMENT -DPCRE_STATIC -DFoundation_EXPORTS)
add_definitions( -DPCRE_STATIC -DFoundation_EXPORTS)
set(SYSLIBS ${SYSLIBS} iphlpapi)
else (CMAKE_SYSTEM MATCHES "Windows")
set(SRCS ${BASE_SRCS} ${LIN_SRCS})