protot/3rdparty/fcl/test/geometry/shape/CMakeLists.txt

9 lines
133 B
CMake
Raw Normal View History

2018-12-23 11:20:54 +01:00
set(tests
test_convex.cpp
)
# Build all the tests
foreach(test ${tests})
add_fcl_test(${test})
endforeach(test)