generate more compact binaries
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a028d8c..581a3a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,11 +44,11 @@
 add_library(example SHARED
   include/pybind/cast.h
   include/pybind/common.h
-  include/pybind/mpl.h
   include/pybind/operators.h
   include/pybind/pybind.h
   include/pybind/pytypes.h
   include/pybind/typeid.h
+  include/pybind/numpy.h
   example/example.cpp
   example/example1.cpp
   example/example2.cpp
@@ -59,6 +59,7 @@
   example/example7.cpp
   example/example8.cpp
   example/example9.cpp
+  example/example10.cpp
 )
 
 set_target_properties(example PROPERTIES PREFIX "")