From 4dc5a47d7b6b3511b7962c8b8120fc3c9fe2e95f Mon Sep 17 00:00:00 2001 From: Christian Nowke <nowke@vr.rwth-aachen.de> Date: Wed, 30 Mar 2016 13:29:30 +0200 Subject: [PATCH] removed test event tick_message --- CMakeLists.txt | 1 - src/nett-python/nett-python.cpp | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b79693..dd5cdfb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 string_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}) diff --git a/src/nett-python/nett-python.cpp b/src/nett-python/nett-python.cpp index f900fb0..59581df 100644 --- a/src/nett-python/nett-python.cpp +++ b/src/nett-python/nett-python.cpp @@ -10,7 +10,6 @@ #include <memory> #include <../schema/string_message.pb.h> -#include <../schema/tick_message.pb.h> using namespace boost::python; @@ -91,4 +90,4 @@ BOOST_PYTHON_MODULE(nett_python) //include auto-generated definitions #include "specializations.h" -} \ No newline at end of file +} -- GitLab