Removed unimplemented GUI actions.
[tagua/yd.git] / tests / CMakeLists.txt
blob3aa55ed0ef7c84414a8c24a934cb60ec3d7b455a
1 # some tests require cppunit
2 find_package(CPPUNIT)
3 if(CPPUNIT_FOUND)
4   add_subdirectory(settings)
5   add_subdirectory(weak_set)
6   add_subdirectory(hlvariants)
7 else(CPPUNIT_FOUND)
8   message("CppUnit not found. Tests requiring it will not be compiled.")
9 endif(CPPUNIT_FOUND)