cmake: Add Boost library link directory

Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
This commit is contained in:
Stefan Herbrechtsmeier
2017-05-12 23:56:24 +02:00
parent e90231c865
commit 918e7edba4

View File

@@ -100,6 +100,11 @@ IF (MSGPACK_BOOST)
${Boost_INCLUDE_DIRS}
)
ENDIF ()
IF (Boost_LIBRARY_DIRS)
LINK_DIRECTORIES (
${Boost_LIBRARY_DIRS}
)
ENDIF ()
IF (MSGPACK_BOOST_DIR)
INCLUDE_DIRECTORIES (
${MSGPACK_BOOST_DIR}