diff --git a/Solver/CMakeLists.txt b/Solver/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f903ef6583175287b1b2a16882fed8b29df7d8a0
--- /dev/null
+++ b/Solver/CMakeLists.txt
@@ -0,0 +1,10 @@
+# Gmsh - Copyright (C) 1997-2009 C. Geuzaine, J.-F. Remacle
+#
+# See the LICENSE.txt file for license information. Please report all
+# bugs and problems to <gmsh@geuz.org>.
+
+set(SRC
+  dofManager.cpp
+)
+
+append_gmsh_src(Solver "${SRC}")