Browse Source

CMake: Add the 'core' Python module for all of the currently-built component libraries.

Sam Edwards 12 years ago
parent
commit
ba4f2ac3e8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      panda/CMakeLists.txt

+ 5 - 0
panda/CMakeLists.txt

@@ -61,3 +61,8 @@ add_subdirectory(src/testbed)
 add_subdirectory(metalibs/panda)
 add_subdirectory(metalibs/panda)
 add_subdirectory(metalibs/pandagl)
 add_subdirectory(metalibs/pandagl)
 add_subdirectory(metalibs/pandaegg)
 add_subdirectory(metalibs/pandaegg)
+
+add_python_module(core p3chan p3char p3collide p3cull p3device p3dgraph
+  p3display p3downloader p3event p3express p3gobj p3grutil p3gsgbase p3linmath
+  p3mathutil p3parametrics p3pgraph p3pgraphnodes p3pgui p3pipeline p3pnmimage
+  p3pnmtext p3pstatclient p3putil p3recorder p3text p3tform)