Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
aa6217db
Commit
aa6217db
authored
Aug 15, 2013
by
panjia1983
Browse files
remove bug in cmake
parent
b16d32cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
test/CMakeLists.txt
View file @
aa6217db
...
...
@@ -2,7 +2,6 @@ macro(add_fcl_test test_name)
add_executable
(
${
ARGV
}
)
target_link_libraries
(
${
test_name
}
fcl
${
TINYXML_LIBRARY_DIRS
}
${
Boost_SYSTEM_LIBRARY
}
${
Boost_THREAD_LIBRARY
}
${
Boost_DATE_TIME_LIBRARY
}
...
...
@@ -37,5 +36,5 @@ if (FCL_HAVE_OCTOMAP)
endif
()
if
(
FCL_HAVE_TINYXML
)
add_fcl_test
(
test_fcl_xmldata test_fcl_xmldata.cpp test_fcl_utility.cpp libsvm/svm.cpp
)
#
add_fcl_test(test_fcl_xmldata test_fcl_xmldata.cpp test_fcl_utility.cpp libsvm/svm.cpp)
endif
()
test/test_fcl_simple.cpp
View file @
aa6217db
...
...
@@ -5,7 +5,6 @@
#include
"fcl/collision.h"
#include
"fcl/BVH/BVH_model.h"
#include
"fcl_resources/config.h"
#include
<tinyxml.h>
#include
<boost/filesystem.hpp>
#include
<sstream>
#include
"fcl/math/vec_nf.h"
...
...
test/test_fcl_xmldata.cpp
View file @
aa6217db
#define BOOST_TEST_MODULE "FCL_XMLDATA"
#include
<tinyxml.h>
#include
<boost/test/unit_test.hpp>
#include
"fcl/intersect.h"
#include
"fcl/collision.h"
#include
"fcl/BVH/BVH_model.h"
#include
<tinyxml.h>
#include
<boost/filesystem.hpp>
#include
<sstream>
...
...
Write
Preview
Supports
Markdown
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