Skip to content
Snippets Groups Projects
Commit 98506670 authored by Christian Nowke's avatar Christian Nowke
Browse files

added string_vector_message

parent 3218fc11
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ include_directories ("${CMAKE_CURRENT_BINARY_DIR}")
add_event ( nett_python routing_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_event ( nett_python string_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_event ( nett_python float_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_event ( nett_python string_vector_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_library (nett_python SHARED ${ProjectSources} ${nett_python_EVENT_SOURCE_FILES})
target_link_libraries( nett_python optimized ${NETT_LIBRARY} debug ${NETT_LIBRARY_DEBUG})
......
......@@ -11,6 +11,7 @@
#include <../schema/string_message.pb.h>
#include <../schema/float_message.pb.h>
#include <../schema/string_vector_message.pb.h>
using namespace boost::python;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment