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

removed test event tick_message

parent 39e8899e
Branches
No related tags found
No related merge requests found
...@@ -42,7 +42,6 @@ include_directories ("${CMAKE_CURRENT_BINARY_DIR}") ...@@ -42,7 +42,6 @@ include_directories ("${CMAKE_CURRENT_BINARY_DIR}")
add_event ( nett_python routing_message ${NETT_SCHEMA_DIR} ${PROJECT_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 string_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_library (nett_python SHARED ${ProjectSources} ${nett_python_EVENT_SOURCE_FILES}) add_library (nett_python SHARED ${ProjectSources} ${nett_python_EVENT_SOURCE_FILES})
target_link_libraries( nett_python optimized ${NETT_LIBRARY} debug ${NETT_LIBRARY_DEBUG}) target_link_libraries( nett_python optimized ${NETT_LIBRARY} debug ${NETT_LIBRARY_DEBUG})
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#include <memory> #include <memory>
#include <../schema/string_message.pb.h> #include <../schema/string_message.pb.h>
#include <../schema/tick_message.pb.h>
using namespace boost::python; 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