angles/test/CMakeLists.txt
2026-01-16 11:02:02 +07:00

5 lines
126 B
CMake

if (CATKIN_ENABLE_TESTING)
catkin_add_gtest(utest utest.cpp)
catkin_add_nosetests(utest.py)
endif (CATKIN_ENABLE_TESTING)