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

Extend include path to work with MsgPack

parent cafc6b3a
No related branches found
No related tags found
No related merge requests found
...@@ -166,3 +166,6 @@ target_link_libraries(ost_io ${BOOST_IOSTREAM_LIBRARIES}) ...@@ -166,3 +166,6 @@ target_link_libraries(ost_io ${BOOST_IOSTREAM_LIBRARIES})
if (ENABLE_IMG) if (ENABLE_IMG)
target_link_libraries(ost_io ${TIFF_LIBRARIES} ${PNG_LIBRARIES}) target_link_libraries(ost_io ${TIFF_LIBRARIES} ${PNG_LIBRARIES})
endif() endif()
# Extend the include path for building OST to have msgpack available.
include_directories("${STAGE_DIR}/include/ost/io/msgpack")
\ No newline at end of file
...@@ -20,4 +20,4 @@ ...@@ -20,4 +20,4 @@
// the idea of this test is basically to check that we MessagePack is available // the idea of this test is basically to check that we MessagePack is available
// to OST. Real testing of MessagePack should happen in that project itself. // to OST. Real testing of MessagePack should happen in that project itself.
//#include <ost/io/msgpack/msgpack.hpp> #include <ost/io/msgpack/msgpack.hpp>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment