9 lines
133 B
CMake
9 lines
133 B
CMake
|
set(tests
|
||
|
test_convex.cpp
|
||
|
)
|
||
|
|
||
|
# Build all the tests
|
||
|
foreach(test ${tests})
|
||
|
add_fcl_test(${test})
|
||
|
endforeach(test)
|