Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nett-python
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
nett-python
Commits
4dc5a47d
Commit
4dc5a47d
authored
9 years ago
by
Christian Nowke
Browse files
Options
Downloads
Patches
Plain Diff
removed test event tick_message
parent
39e8899e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+0
-1
0 additions, 1 deletion
CMakeLists.txt
src/nett-python/nett-python.cpp
+1
-2
1 addition, 2 deletions
src/nett-python/nett-python.cpp
with
1 addition
and
3 deletions
CMakeLists.txt
+
0
−
1
View file @
4dc5a47d
...
@@ -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
}
)
...
...
This diff is collapsed.
Click to expand it.
src/nett-python/nett-python.cpp
+
1
−
2
View file @
4dc5a47d
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment