0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

export ZMQ_STATIC compile flag to depending projects (MSVC)

Signed-off-by: Gunther Laure <glaure@dewetron.com>
This commit is contained in:
Gunther Laure 2017-12-12 10:25:19 +01:00
parent 9bb863618c
commit 5189898479

View File

@ -772,6 +772,11 @@ if (MSVC)
DEBUG_POSTFIX "${MSVC_TOOLSET}-mt-sgd-${ZMQ_VERSION_MAJOR}_${ZMQ_VERSION_MINOR}_${ZMQ_VERSION_PATCH}"
COMPILE_FLAGS "/DZMQ_STATIC"
OUTPUT_NAME "libzmq")
target_compile_definitions(libzmq-static
PUBLIC ZMQ_STATIC
)
endif()
else ()
# avoid building everything twice for shared + static