Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Openvibe Group
extras
Commits
8a0e632c
Commit
8a0e632c
authored
Apr 26, 2016
by
nfoy
Browse files
prevent compilation from failing because of test_tagstream
parent
cebe2718
Changes
3
Hide whitespace changes
Inline
Side-by-side
contrib/common/contribAcquisitionServer.cmake
View file @
8a0e632c
...
...
@@ -7,7 +7,7 @@ SET(source_files "${source_files};${additional_source_files}")
SET
(
ADDITIONAL_PATH
"
${
CMAKE_SOURCE_DIR
}
/contrib/plugins/server-extensions/tcp-tagging/"
)
INCLUDE_DIRECTORIES
(
${
ADDITIONAL_PATH
}
)
FILE
(
GLOB
_RECURSE
additional_source_files
${
ADDITIONAL_PATH
}
/*.cpp
${
ADDITIONAL_PATH
}
/*.h
)
FILE
(
GLOB additional_source_files
${
ADDITIONAL_PATH
}
/*.cpp
${
ADDITIONAL_PATH
}
/*.h
)
SET
(
source_files
"
${
source_files
}
;
${
additional_source_files
}
"
)
FUNCTION
(
OV_ADD_CONTRIB_DRIVER DRIVER_PATH
)
...
...
contrib/plugins/server-extensions/tcp-tagging/test
s
/test_tagstream.cpp
→
contrib/plugins/server-extensions/tcp-tagging/test/test_tagstream.cpp
View file @
8a0e632c
File moved
contrib/plugins/server-extensions/tcp-tagging/tests/DartTestfile.txt
deleted
100644 → 0
View file @
cebe2718
ADD_TEST(run_test_tagstream "$ENV{OV_BINARY_PATH}/test_tagstream")
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment