Skip to content
Snippets Groups Projects
Commit eb26d687 authored by Bienchen's avatar Bienchen
Browse files

Adding include path for msgpack

parent bf249a64
No related branches found
No related tags found
No related merge requests found
...@@ -304,6 +304,8 @@ include_directories(${Boost_INCLUDE_DIRS} ...@@ -304,6 +304,8 @@ include_directories(${Boost_INCLUDE_DIRS}
${PNG_INCLUDE_DIRS} ${PNG_INCLUDE_DIRS}
${OPEN_MM_INCLUDE_DIRS} ${OPEN_MM_INCLUDE_DIRS}
) )
# Extend the include path for building OST to have msgpack available.
include_directories("${STAGE_DIR}/include/ost/io/msgpack")
if(USE_NUMPY) if(USE_NUMPY)
include_directories(${PYTHON_NUMPY_INCLUDE_DIR}) include_directories(${PYTHON_NUMPY_INCLUDE_DIR})
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment