Starting to convert to boost.interprocess

This commit is contained in:
Steve Gilvarry 2016-04-28 01:30:05 +10:00
parent dcf3852124
commit f3ca10aac6
1 changed files with 7 additions and 0 deletions

View File

@ -565,6 +565,13 @@ if(NOT ZM_NO_LIBVLC)
endif(LIBVLC_LIBRARIES)
endif(NOT ZM_NO_LIBVLC)
find_package(Boost 1.36.0)
if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})
set(CMAKE_REQUIRED_INCLUDES "${Boost_INCLUDE_DIRS}")
list(APPEND ZM_BIN_LIBS "${Boost_LIBRARIES}")
endif()
# *** END OF LIBRARY CHECKS ***
# Check for gnutls or crypto