diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a6335ed4..d8a5ba29 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -35,6 +35,7 @@ if(SFML_BUILD_GRAPHICS) Graphics/Color.cpp Graphics/Rect.cpp Graphics/Transform.cpp + Graphics/Transformable.cpp Graphics/Vertex.cpp ) sfml_add_test(test-sfml-graphics "${GRAPHICS_SRC}" SFML::Graphics)